Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of AggregationAttribute using the attributeID of a DimensionAttribute.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
attributeID As String _
)
'Usage
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
)
Parameters
- attributeID
Type: System.String
A String containing the attributeID of DimensionAttribute that is being assigned to the parent Aggregation.