Compartir a través de


SfcPropertyCollection.Contains Método (ISfcProperty)

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Function Contains ( _
    property As ISfcProperty _
) As Boolean
'Uso
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

Parámetros

Valor devuelto

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

Implementa

ISfcPropertySet.Contains(ISfcProperty)

Vea también

Referencia

SfcPropertyCollection Clase

Sobrecarga de Contains

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc