Partition.DataSourceView Property

 

Applies To: SQL Server 2016 Preview

Gets the DataSourceView object for the partition.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.DataSourceView

A DataSourceView object for the partition.

See Also

Partition Class
Microsoft.AnalysisServices Namespace

Return to top