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