Конструктор PerspectiveMeasure (String)
Initializes a new instance of PerspectiveMeasure using an identifier.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub New ( _
measureId As String _
)
'Применение
Dim measureId As String
Dim instance As New PerspectiveMeasure(measureId)
public PerspectiveMeasure(
string measureId
)
public:
PerspectiveMeasure(
String^ measureId
)
new :
measureId:string -> PerspectiveMeasure
public function PerspectiveMeasure(
measureId : String
)
Параметры
- measureId
Тип: System.String
A String that contains a unique identifier for the PerspectiveMeasure.