Dimension.DataSource プロパティ

現在のディメンションに使用されているデータ ソース オブジェクトを取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property DataSource As DataSource 
    Get
'使用
Dim instance As Dimension 
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
DataSource 情報を含むオブジェクトです。

関連項目

参照

Dimension クラス

Microsoft.AnalysisServices 名前空間