Share via


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 네임스페이스