Database.DataSourceViews Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of data source views associated with a Database.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.DataSourceViewCollection

A collection of data source views.

See Also

Database Class
Microsoft.AnalysisServices Namespace

Return to top