Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates whether the specified id is in the ValidationOperationCollection.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Function Contains ( _
id As Long _
) As Boolean
'Usage
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
Parameter
- id
Typ: System.Int64
The value of the specified id.The value of the specified id.
Rückgabewert
Typ: System.Boolean
true if the specified id is in the collection; otherwise, false.
Siehe auch
Verweis
ValidationOperationCollection Klasse
Microsoft.SqlServer.Management.IntegrationServices-Namespace