Constructeur PerspectiveDimension (String)

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    cubeDimensionId As String _
)
'Utilisation
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
)

Paramètres

  • 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. 

Voir aussi

Référence

PerspectiveDimension Classe

Surcharge PerspectiveDimension

Espace de noms Microsoft.AnalysisServices