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 parameterName As String ) As SAParameter
public new SAParameter this[string parameterName] {get;set;}
parameterName 取り出すパラメータの名前。
指定された名前の SAParameter オブジェクト。
SAParameter オブジェクト。
C# では、このプロパティは SAParameterCollection オブジェクトのインデクサです。