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.
Determines whether the collection contains the specified object. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public MustOverride Function Contains ( _
obj As T _
) As Boolean
'Usage
Dim instance As SfcCollection
Dim obj As T
Dim returnValue As Boolean
returnValue = instance.Contains(obj)
public abstract bool Contains(
T obj
)
public:
virtual bool Contains(
T obj
) abstract
abstract Contains :
obj:'T -> bool
public abstract function Contains(
obj : T
) : boolean
Parameter
- obj
Typ: T
The object to find.
Rückgabewert
Typ: System.Boolean
true if the collection contains the object; otherwise, false.