共用方式為


Cube.DataSourceView 屬性

Gets the DataSourceView object associated with a Cube.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property DataSourceView As DataSourceView 
    Get
'用途
Dim instance As Cube 
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.

請參閱

參考

Cube 類別

Microsoft.AnalysisServices 命名空間