AggregationDesignAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AggregationDesignAttribute() |
Initializes a new instance of AggregationDesignAttribute using the default values. |
AggregationDesignAttribute(String) |
Initializes a new instance of AggregationDesignAttribute using the specified attribute identifier. |
AggregationDesignAttribute()
Initializes a new instance of AggregationDesignAttribute using the default values.
public AggregationDesignAttribute ();
Public Sub New ()
Applies to
AggregationDesignAttribute(String)
Initializes a new instance of AggregationDesignAttribute using the specified attribute identifier.
public AggregationDesignAttribute (string attributeId);
new Microsoft.AnalysisServices.AggregationDesignAttribute : string -> Microsoft.AnalysisServices.AggregationDesignAttribute
Public Sub New (attributeId As String)
Parameters
- attributeId
- String
A String that contains a unique identifier for the AggregationDesignAttribute.