Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of PerspectiveMeasure using an identifier.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
measureId As String _
)
'Usage
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
)
Parameters
- measureId
Type: System.String
A String that contains a unique identifier for the PerspectiveMeasure.