Metodo DependencyChainCollection.Contains (Dependency)

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Determines whether the specified Dependency object is in the collection.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Function Contains ( _
    value As Dependency _
) As Boolean
'Utilizzo
Dim instance As DependencyChainCollection 
Dim value As Dependency 
Dim returnValue As Boolean 

returnValue = instance.Contains(value)
public bool Contains(
    Dependency value
)
public:
bool Contains(
    Dependency^ value
)
member Contains : 
        value:Dependency -> bool
public function Contains(
    value : Dependency
) : boolean

Parametri

Valore restituito

Tipo: System.Boolean
true if value is found in the collection; otherwise, false.

Vedere anche

Riferimento

DependencyChainCollection Classe

Overload Contains

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc