Compartir a través de


CollectionNotAvailableException.CollectionName Propiedad

Gets the name of the collection that is not available.

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

Sintaxis

'Declaración
Public ReadOnly Property CollectionName As String 
    Get
'Uso
Dim instance As CollectionNotAvailableException 
Dim value As String 

value = instance.CollectionName
public string CollectionName { get; }
public:
property String^ CollectionName {
    String^ get ();
}
member CollectionName : string
function get CollectionName () : String

Valor de la propiedad

Tipo: System.String
A String value that specifies the name of the collection that is not available.

Ejemplos

Controlar excepciones SMO

Vea también

Referencia

CollectionNotAvailableException Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo