NamedSet.Description Property
Gets the description of the NamedSet.
Espace de noms: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Description As String
public string Description { get; }
public:
property String^ Description {
String^ get ();
}
/** @property */
public String get_Description ()
public function get Description () : String
Valeur de propriété
A String that contains the description for the NamedSet.
Notes
The information for this property is retrieved from the DESCRIPTION column of the MDSCHEMA_SETS Rowset.
Remarque : |
---|
This property always returns an empty string when the NamedSet references a named set that was created in Microsoft . |
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
NamedSet Class
NamedSet Members
Microsoft.AnalysisServices.AdomdClient Namespace