This topic has not yet been rated - Rate this topic

DependencyCollection.Contains Method

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)
public bool Contains(
	DependencyCollectionNode dependencyCollectionNode
)

Parameters

dependencyCollectionNode
Type: Microsoft.SqlServer.Management.Smo.DependencyCollectionNode
A DependencyCollectionNode object that must be validated as a member of the DependencyCollection object.

Return Value

Type: 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.

Implements

ICollection<T>.Contains(T)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.