Méthode BusinessLogicParameterCollection.Contains (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.
Indicates whether the parameter with the specified name exists in the collection.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Function Contains ( _
parameterName As String _
) As Boolean
'Utilisation
Dim instance As BusinessLogicParameterCollection
Dim parameterName As String
Dim returnValue As Boolean
returnValue = instance.Contains(parameterName)
public bool Contains(
string parameterName
)
public:
virtual bool Contains(
String^ parameterName
) sealed
abstract Contains :
parameterName:string -> bool
override Contains :
parameterName:string -> bool
public final function Contains(
parameterName : String
) : boolean
Paramètres
- parameterName
Type : System.String
The name of the parameter.
Valeur de retour
Type : System.Boolean
true if the parameter is in the collection; otherwise, false.
Implémente
IDataParameterCollection.Contains(String)
Voir aussi
Référence
BusinessLogicParameterCollection Classe
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport