Udostępnij za pośrednictwem


Metoda ISfcPropertySet.Contains (ISfcProperty)

Określa, czy kolekcja właściwość zawiera właściwość określonej przez parametr.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Syntax

'Deklaracja
Private Function Contains ( _
    property As ISfcProperty _
) As Boolean Implements ISfcPropertySet.Contains
'Użycie
Dim instance As PropertyCollection
Dim property As ISfcProperty
Dim returnValue As Boolean

returnValue = CType(instance, ISfcPropertySet).Contains(property)
bool ISfcPropertySet.Contains(
    ISfcProperty property
)
private:
virtual bool Contains(
    ISfcProperty^ property
) sealed = ISfcPropertySet::Contains
private abstract Contains : 
        property:ISfcProperty -> bool 
private override Contains : 
        property:ISfcProperty -> bool 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Wartość zwracana

Typ: System. . :: . .Boolean
Wartość logiczna True Jeśli kolekcja zawiera właściwość, w przeciwnym razie False.

Implementacje

ISfcPropertySet. . :: . .Contains(ISfcProperty)