Compartir a través de


SfcPropertyCollection.Contains Método (String)

Determines whether the property is in the property collection. 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 ( _
    propertyName As String _
) As Boolean
'Uso
Dim instance As SfcPropertyCollection 
Dim propertyName As String 
Dim returnValue As Boolean 

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

Parámetros

Valor devuelto

Tipo: System.Boolean
true if the specified property exists in the property collection; otherwise, false.

Implementa

ISfcPropertySet.Contains(String)

Vea también

Referencia

SfcPropertyCollection Clase

Sobrecarga de Contains

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