Méthode BusinessLogicParameterCollection.IndexOf (String)
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Returns the index of the parameter object with the specified name.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Function IndexOf ( _
parameterName As String _
) As Integer
'Utilisation
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
Paramètres
- parameterName
Type : System.String
The name of the parameter.
Valeur de retour
Type : System.Int32
The index of the parameter object with the specified name.
Implémente
IDataParameterCollection.IndexOf(String)
Voir aussi
Référence
BusinessLogicParameterCollection Classe
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport