Partager via


Propriété NamedSet.Description

Gets the description of the NamedSet.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Description As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
A String that contains the description for the NamedSet.

Notes

The information for this property is retrieved from the DESCRIPTION column of the Ensemble de lignes MDSCHEMA_SETS.

[!REMARQUE]

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.

Voir aussi

Référence

NamedSet Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer