Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
- property
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty
The SfcProperty in the collection.
Valor devuelto
Tipo: System.Boolean
true if property collection contains the specified item; otherwise, false.
Implementa
ISfcPropertySet.Contains(ISfcProperty)