Właściwość NamedSet.Description
Pobiera opis NamedSet.
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdServer
Zestaw: msmgdsrv (w msmgdsrv.dll)
Składnia
'Deklaracja
Public ReadOnly Property Description As String
Get
'Użycie
Dim instance As NamedSet
Dim value As String
value = instance.Description
public string Description { get; }
public:
property String^ Description {
String^ get ();
}
member Description : string
function get Description () : String
Wartość właściwości
Typ: System.String
A ciąg zawierający opis NamedSet.
Uwagi
Informacje dla tej właściwość jest pobierana z Opis kolumna MDSCHEMA_SETS wierszy.
Ostrzeżenie
This property always returns an empty string when the NamedSet references a named set that was created in an earlier version of Microsoft SQL Server 2000 Analysis Services.