Propriedade do RDL CollectionNotAvailableException.CollectionName
Gets the name of the collection that is not available.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property CollectionName As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
A String value that specifies the name of the collection that is not available.