共用方式為


AggregationInstanceMeasure.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 DataItem 
    Get 
    Set
'用途
Dim instance As AggregationInstanceMeasure 
Dim value As DataItem 

value = instance.Source

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

屬性值

型別:Microsoft.AnalysisServices.DataItem
A TabularBinding object.

請參閱

參考

AggregationInstanceMeasure 類別

Microsoft.AnalysisServices 命名空間