Costruttore AggregationAttribute (String)
Initializes a new instance of AggregationAttribute using the attributeID of a DimensionAttribute.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
attributeID As String _
)
'Utilizzo
Dim attributeID As String
Dim instance As New AggregationAttribute(attributeID)
public AggregationAttribute(
string attributeID
)
public:
AggregationAttribute(
String^ attributeID
)
new :
attributeID:string -> AggregationAttribute
public function AggregationAttribute(
attributeID : String
)
Parametri
- attributeID
Tipo: System.String
A String containing the attributeID of DimensionAttribute that is being assigned to the parent Aggregation.