ValidationOperationCollection.Contains Método (Int64)
Indicates whether the specified id is in the ValidationOperationCollection.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
Public Function Contains ( _
id As Long _
) As Boolean
'Uso
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
Parámetros
- id
Tipo: System.Int64
The value of the specified id.The value of the specified id.
Valor devuelto
Tipo: System.Boolean
true if the specified id is in the collection; otherwise, false.
Vea también
Referencia
ValidationOperationCollection Clase
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices