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.