Share via


MeasureGroupAttribute Constructor (String)

Initializes a new instance of MeasureGroupAttribute using a name and an identifier.

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 MeasureGroupAttribute(attributeId)
public MeasureGroupAttribute(
    string attributeId
)
public:
MeasureGroupAttribute(
    String^ attributeId
)
new : 
        attributeId:string -> MeasureGroupAttribute
public function MeasureGroupAttribute(
    attributeId : String
)

Parameters

See Also

Reference

MeasureGroupAttribute Class

MeasureGroupAttribute Overload

Microsoft.AnalysisServices Namespace