Właściwość CollectionNotAvailableException.CollectionName
Pobiera nazwę kolekcja, która nie jest dostępna.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public ReadOnly Property CollectionName As String
Get
'Użycie
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
Wartość właściwości
Typ: System.String
A String wartość, która określa nazwę kolekcja, która nie jest dostępna.
Zobacz także