Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets or sets the table name for the aggregation, if different than the table associated with column binding.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Property Source As DataItem
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.DataItem
A TabularBinding object.