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