Dimension.DataSourceView Property

 

Applies To: SQL Server 2016 Preview

Gets the DataSourceView object associated with a Dimension.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.DataSourceView

An object containing DataSourceView information.

See Also

Dimension Class
Microsoft.AnalysisServices Namespace

Return to top