此 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)