Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
获取和设置指定索引处的 SAParameter 对象。
Public Shadows Property Item(ByVal index As Integer) As SAParameter
public new SAParameter this[int index] {get;set;}
index 要检索的参数的从零开始索引。
指定索引处的 SAParameter。
SAParameter 对象。
在 C# 中,此属性是 SAParameterCollection 对象的索引器。