Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the table name for the aggregation, if different than the table associated with column binding.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property Source As TabularBinding
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.AnalysisServices.TabularBinding
A TabularBinding object.