共用方式為


CollectionNotAvailableException.CollectionName 屬性

Gets the name of the collection that is not available.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public ReadOnly Property CollectionName As String 
    Get
'用途
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

屬性值

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

範例

處理 SMO 例外狀況

請參閱

參考

CollectionNotAvailableException 類別

Microsoft.SqlServer.Management.Smo 命名空間