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