XmlaMessage.Description Property
Applies To: SQL Server (starting with 2016)
Gets or sets the description.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
public string Description { get; }
public:
property String^ Description {
String^ get();
}
member Description : string with get
Public ReadOnly Property Description As String
Property Value
Type: System.String
The description.
See Also
XmlaMessage Class
Microsoft.AnalysisServices Namespace
Return to top