Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the identifier of the aggregation design for the partition.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property AggregationDesignID As String
Get
Set
'Usage
Dim instance As Partition
Dim value As String
value = instance.AggregationDesignID
instance.AggregationDesignID = value
public string AggregationDesignID { get; set; }
public:
property String^ AggregationDesignID {
String^ get ();
void set (String^ value);
}
member AggregationDesignID : string with get, set
function get AggregationDesignID () : String
function set AggregationDesignID (value : String)
Property Value
Type: System.String
A String containing the AggregationDesignID.