この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
Returns the index of the parameter object with the specified name.
名前空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ: Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
構文
'宣言
Public Function IndexOf ( _
parameterName As String _
) As Integer
'使用
Dim instance As BusinessLogicParameterCollection
Dim parameterName As String
Dim returnValue As Integer
returnValue = instance.IndexOf(parameterName)
public int IndexOf(
string parameterName
)
public:
virtual int IndexOf(
String^ parameterName
) sealed
abstract IndexOf :
parameterName:string -> int
override IndexOf :
parameterName:string -> int
public final function IndexOf(
parameterName : String
) : int
パラメーター
- parameterName
型: System.String
The name of the parameter.
戻り値
型: System.Int32
The index of the parameter object with the specified name.
実装
IDataParameterCollection.IndexOf(String)