次の方法で共有


AggregationInstance.Source プロパティ

列バインドに関連付けられたテーブルと異なる場合は、集計のテーブル名を取得します。値の設定も可能です。

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

構文

'宣言
Public Property Source As TabularBinding 
    Get 
    Set
'使用
Dim instance As AggregationInstance 
Dim value As TabularBinding 

value = instance.Source

instance.Source = value
public TabularBinding Source { get; set; }
public:
property TabularBinding^ Source {
    TabularBinding^ get ();
    void set (TabularBinding^ value);
}
member Source : TabularBinding with get, set
function get Source () : TabularBinding 
function set Source (value : TabularBinding)

プロパティ値

型: Microsoft.AnalysisServices.TabularBinding
TabularBinding オブジェクト。

関連項目

参照

AggregationInstance クラス

Microsoft.AnalysisServices 名前空間