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
)
매개 변수
- measureGroupId
유형: System. . :: . .String