次の方法で共有


Partition.RemoteDataSource プロパティ

定義

リモート サーバーを指す DataSource オブジェクトを取得します。

[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.DataSource RemoteDataSource { get; }
[<System.ComponentModel.Browsable(false)>]
member this.RemoteDataSource : Microsoft.AnalysisServices.DataSource
Public ReadOnly Property RemoteDataSource As DataSource

プロパティ値

DataSource オブジェクトです。

属性

注釈

RemoteDataSource が null の場合、パーティションはローカルになります。

適用対象