共用方式為


PerspectiveMeasureGroup 建構函式 (String)

Initializes a new instance of PerspectiveMeasureGroup using an identifier.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Sub New ( _
    measureGroupId As String _
)
'用途
Dim measureGroupId As String

Dim instance As New PerspectiveMeasureGroup(measureGroupId)
public PerspectiveMeasureGroup(
    string measureGroupId
)
public:
PerspectiveMeasureGroup(
    String^ measureGroupId
)
new : 
        measureGroupId:string -> PerspectiveMeasureGroup
public function PerspectiveMeasureGroup(
    measureGroupId : String
)

參數