共用方式為


Perspective 建構函式

定義

多載

Perspective()

使用預設值,初始化 Perspective 的新執行個體。

Perspective(String)

使用指定的名稱,初始化 Perspective 的新執行個體。

Perspective(String, String)

使用指定的名稱和識別碼,初始化 Perspective 的新執行個體。

Perspective()

使用預設值,初始化 Perspective 的新執行個體。

public Perspective ();
Public Sub New ()

適用於

Perspective(String)

使用指定的名稱,初始化 Perspective 的新執行個體。

public Perspective (string name);
new Microsoft.AnalysisServices.Perspective : string -> Microsoft.AnalysisServices.Perspective
Public Sub New (name As String)

參數

name
String

包含 Perspective 名稱的 String。

適用於

Perspective(String, String)

使用指定的名稱和識別碼,初始化 Perspective 的新執行個體。

public Perspective (string name, string id);
new Microsoft.AnalysisServices.Perspective : string * string -> Microsoft.AnalysisServices.Perspective
Public Sub New (name As String, id As String)

參數

name
String

包含 Perspective 名稱的 String。

id
String

包含 Perspective 唯一識別碼的 String。

適用於