Compartir a través de


PerspectiveDimension Constructor (String)

Initializes a new instance of the PerspectiveDimension with the specified cube dimension identifier.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Sub New ( _
    cubeDimensionId As String _
)
'Uso
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
)

Parámetros

  • cubeDimensionId
    Tipo: 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. 

Vea también

Referencia

PerspectiveDimension Clase

Sobrecarga de PerspectiveDimension

Espacio de nombres Microsoft.AnalysisServices