Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 DataItem
Get
Set
'Usage
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)
Property Value
Type: Microsoft.AnalysisServices.DataItem
A TabularBinding object.