다음을 통해 공유


DataSourceViews 속성

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

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property DataSourceViews As DataSourceViewCollection
    Get
‘사용 방법
Dim instance As Database
Dim value As DataSourceViewCollection

value = instance.DataSourceViews
[BrowsableAttribute(false)]
public DataSourceViewCollection DataSourceViews { get; }
[BrowsableAttribute(false)]
public:
property DataSourceViewCollection^ DataSourceViews {
    DataSourceViewCollection^ get ();
}
[<BrowsableAttribute(false)>]
member DataSourceViews : DataSourceViewCollection
function get DataSourceViews () : DataSourceViewCollection

속성 값

형식: Microsoft.AnalysisServices. . :: . .DataSourceViewCollection
A collection of data source views.