共用方式為


PerspectiveDimension 建構函式 (String)

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

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Sub New ( _
    cubeDimensionId As String _
)
'用途
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
)

參數

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

請參閱

參考

PerspectiveDimension 類別

PerspectiveDimension 多載

Microsoft.AnalysisServices 命名空間