Свойство 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.