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 specified DependencyCollectionNode object is a member of the DependencyCollection object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function Contains ( _
dependencyCollectionNode As DependencyCollectionNode _
) As Boolean
'Usage
Dim instance As DependencyCollection
Dim dependencyCollectionNode As DependencyCollectionNode
Dim returnValue As Boolean
returnValue = instance.Contains(dependencyCollectionNode)
public bool Contains(
DependencyCollectionNode dependencyCollectionNode
)
public:
virtual bool Contains(
DependencyCollectionNode^ dependencyCollectionNode
) sealed
abstract Contains :
dependencyCollectionNode:DependencyCollectionNode -> bool
override Contains :
dependencyCollectionNode:DependencyCollectionNode -> bool
public final function Contains(
dependencyCollectionNode : DependencyCollectionNode
) : boolean
Parameter
- dependencyCollectionNode
Typ: Microsoft.SqlServer.Management.Smo.DependencyCollectionNode
A DependencyCollectionNode object that must be validated as a member of the DependencyCollection object.
Rückgabewert
Typ: System.Boolean
A Boolean value that specifies whether the specified object exists in the DependencyCollection object.If True, it is a member of the collection. Otherwise, False.