Condividi tramite


Proprietà CollectionNotAvailableException.CollectionName

Gets the name of the collection that is not available.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property CollectionName As String 
    Get
'Utilizzo
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

Valore proprietà

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

Esempi

Gestione delle eccezioni SMO

Vedere anche

Riferimento

CollectionNotAvailableException Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo