AggregationInstanceAttribute 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
AggregationInstanceAttribute() |
Initializes a new instance of AggregationInstanceAttribute using the default values. |
AggregationInstanceAttribute(String) |
Initializes a new instance of AggregationInstanceAttribute using the specified attribute identifier. |
AggregationInstanceAttribute()
Initializes a new instance of AggregationInstanceAttribute using the default values.
public AggregationInstanceAttribute ();
Public Sub New ()
Applies to
AggregationInstanceAttribute(String)
Initializes a new instance of AggregationInstanceAttribute using the specified attribute identifier.
public AggregationInstanceAttribute (string attributeId);
new Microsoft.AnalysisServices.AggregationInstanceAttribute : string -> Microsoft.AnalysisServices.AggregationInstanceAttribute
Public Sub New (attributeId As String)
Parameters
- attributeId
- String
A String that contains a unique identifier for the attribute.