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 the PerspectiveDimension with the specified cube dimension identifier.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
cubeDimensionId As String _
)
'Usage
Dim cubeDimensionId As String
Dim instance As New PerspectiveDimension(cubeDimensionId)
public PerspectiveDimension(
string cubeDimensionId
)
public:
PerspectiveDimension(
String^ cubeDimensionId
)
new :
cubeDimensionId:string -> PerspectiveDimension
public function PerspectiveDimension(
cubeDimensionId : String
)
Parameters
- cubeDimensionId
Type: System.String
A String that contains a unique identifier for a cube dimension. This is a reference to a specific dimension role on the owning measure group.