Partager via


Méthode ValidationOperationCollection.Contains (Int64)

Indicates whether the specified id is in the ValidationOperationCollection.

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
Public Function Contains ( _
    id As Long _
) As Boolean
'Utilisation
Dim instance As ValidationOperationCollection 
Dim id As Long 
Dim returnValue As Boolean 

returnValue = instance.Contains(id)
public bool Contains(
    long id
)
public:
bool Contains(
    long long id
)
member Contains : 
        id:int64 -> bool
public function Contains(
    id : long
) : boolean

Paramètres

  • id
    Type : System.Int64
    The value of the specified id.The value of the specified id.

Valeur de retour

Type : System.Boolean
true if the specified id is in the collection; otherwise, false.

Voir aussi

Référence

ValidationOperationCollection Classe

Surcharge Contains

Espace de noms Microsoft.SqlServer.Management.IntegrationServices