共用方式為


Cube.DataSource 屬性

Gets the DataSource object associated with a Cube.

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

語法

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property DataSource As DataSource 
    Get
'用途
Dim instance As Cube 
Dim value As DataSource 

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

屬性值

型別:Microsoft.AnalysisServices.DataSource
An object containing DataSource information.

請參閱

參考

Cube 類別

Microsoft.AnalysisServices 命名空間