Partager via


Propriété CollectionNotAvailableException.CollectionName

Gets the name of the collection that is not available.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property CollectionName As String 
    Get
'Utilisation
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

Valeur de propriété

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

Exemples

Gestion des exceptions SMO

Voir aussi

Référence

CollectionNotAvailableException Classe

Espace de noms Microsoft.SqlServer.Management.Smo