Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the table name for the aggregation, if different than the table associated with column binding.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Source As TabularBinding
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.AnalysisServices.TabularBinding
A TabularBinding object.