Compartir a través de


PropertyCollection.Contains Método

Determines whether the element specified by key exists in the collection.

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

Sintaxis

'Declaración
Public Function Contains ( _
    propertyName As String _
) As Boolean
'Uso
Dim instance As PropertyCollection 
Dim propertyName As String 
Dim returnValue As Boolean 

returnValue = instance.Contains(propertyName)
public bool Contains(
    string propertyName
)
public:
bool Contains(
    String^ propertyName
)
member Contains : 
        propertyName:string -> bool
public function Contains(
    propertyName : String
) : boolean

Parámetros

Valor devuelto

Tipo: System.Boolean
A Boolean value that specifies whether the collection contains the specified key.If True, the key exists in the collection.If False, the key does not exist in the collection

Comentarios

This forces load from the server if the collection has not been initialized yet.

Ejemplos

Usar colecciones

Vea también

Referencia

PropertyCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Usar colecciones