BusinessLogicParameterCollection.IndexOf Method (String)
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Function IndexOf ( _
parameterName As String _
) As Integer
'Usage
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
Parameters
- parameterName
Type: System.String
Return Value
Type: System.Int32