次の方法で共有


Partition.DataSource プロパティ

パーティションの DataSource オブジェクトを取得します。

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

構文

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

関連項目

参照

Partition クラス

Microsoft.AnalysisServices 名前空間