Dimension.DataSource Property

 

Applies To: SQL Server 2016 Preview

Gets the data source object used in the current dimension.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public DataSource DataSource { get; }
public:
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
property DataSource^ DataSource {
    DataSource^ get();
}
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
member DataSource : DataSource with get
<XmlIgnoreAttribute>
<BrowsableAttribute(False)>
Public ReadOnly Property DataSource As DataSource

Property Value

Type: Microsoft.AnalysisServices.DataSource

An object containing DataSource information.

See Also

Dimension Class
Microsoft.AnalysisServices Namespace

Return to top