다음을 통해 공유


DataSourceView 속성

Gets the DataSourceView object associated with a Dimension.

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

구문

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

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

속성 값

형식: Microsoft.AnalysisServices. . :: . .DataSourceView
An object containing DataSourceView information.