다음을 통해 공유


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)