共用方式為


AggregationInstance.Source 屬性

Gets or sets the table name for the aggregation, if different than the table associated with column binding.

命名空間:  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
A TabularBinding object.

請參閱

參考

AggregationInstance 類別

Microsoft.AnalysisServices 命名空間