Freigeben über


SfcPropertyCollection.Contains-Methode (ISfcProperty)

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 Function Contains ( _
    property As ISfcProperty _
) As Boolean
'Usage
Dim instance As SfcPropertyCollection 
Dim property As ISfcProperty 
Dim returnValue As Boolean 

returnValue = instance.Contains(property)
public bool Contains(
    ISfcProperty property
)
public:
virtual bool Contains(
    ISfcProperty^ property
) sealed
abstract Contains : 
        property:ISfcProperty -> bool  
override Contains : 
        property:ISfcProperty -> bool
public final function Contains(
    property : ISfcProperty
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
true if property collection contains the specified item; otherwise, false.

Implementiert

ISfcPropertySet.Contains(ISfcProperty)

Siehe auch

Verweis

SfcPropertyCollection Klasse

Contains-Überladung

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace