Perspective Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Perspective() |
Initializes a new instance of Perspective using the default values. |
Perspective(String) |
nitializes a new instance of Perspective using the specified name. |
Perspective(String, String) |
Initializes a new instance of Perspective using the specified name and identifier. |
Perspective()
Initializes a new instance of Perspective using the default values.
public Perspective ();
Public Sub New ()
Applies to
Perspective(String)
nitializes a new instance of Perspective using the specified name.
public Perspective (string name);
new Microsoft.AnalysisServices.Perspective : string -> Microsoft.AnalysisServices.Perspective
Public Sub New (name As String)
Parameters
- name
- String
A String that contains the name of the Perspective.
Applies to
Perspective(String, String)
Initializes a new instance of Perspective using the specified name and identifier.
public Perspective (string name, string id);
new Microsoft.AnalysisServices.Perspective : string * string -> Microsoft.AnalysisServices.Perspective
Public Sub New (name As String, id As String)
Parameters
- name
- String
A String that contains the name of the Perspective.
- id
- String
A String that contains a unique identifier for the Perspective.