Perspective 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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。