XmlaMessage.Source Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the source.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.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