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 命名空间