Construtor AggregationAttribute (String)
Initializes a new instance of AggregationAttribute using the attributeID of a DimensionAttribute.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub New ( _
attributeID As String _
)
'Uso
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
)
Parâmetros
- attributeID
Tipo: System. . :: . .String
A String containing the attributeID of DimensionAttribute that is being assigned to the parent Aggregation.
Consulte também