Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the data source view for user-defined aggregations.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property AggregationInstanceSource As DataSourceViewBinding
Get
Set
'Usage
Dim instance As Partition
Dim value As DataSourceViewBinding
value = instance.AggregationInstanceSource
instance.AggregationInstanceSource = value
[BrowsableAttribute(false)]
public DataSourceViewBinding AggregationInstanceSource { get; set; }
[BrowsableAttribute(false)]
public:
property DataSourceViewBinding^ AggregationInstanceSource {
DataSourceViewBinding^ get ();
void set (DataSourceViewBinding^ value);
}
[<BrowsableAttribute(false)>]
member AggregationInstanceSource : DataSourceViewBinding with get, set
function get AggregationInstanceSource () : DataSourceViewBinding
function set AggregationInstanceSource (value : DataSourceViewBinding)
Property Value
Type: Microsoft.AnalysisServices.DataSourceViewBinding
A DataSourceViewBinding object for user-defined aggregations.