DataSourceView 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
DataSourceView() |
Initializes a new instance of DataSourceView using the default values. |
DataSourceView(String) |
Initializes a new instance of DataSourceView using the specified name. |
DataSourceView(String, String) |
Initializes a new instance of DataSourceView, using the specified name and identifier. |
DataSourceView()
Initializes a new instance of DataSourceView using the default values.
public DataSourceView ();
Public Sub New ()
Applies to
DataSourceView(String)
Initializes a new instance of DataSourceView using the specified name.
public DataSourceView (string name);
new Microsoft.AnalysisServices.DataSourceView : string -> Microsoft.AnalysisServices.DataSourceView
Public Sub New (name As String)
Parameters
- name
- String
A String that contains the name of the DataSourceView.
Applies to
DataSourceView(String, String)
Initializes a new instance of DataSourceView, using the specified name and identifier.
public DataSourceView (string name, string id);
new Microsoft.AnalysisServices.DataSourceView : string * string -> Microsoft.AnalysisServices.DataSourceView
Public Sub New (name As String, id As String)
Parameters
- name
- String
A String that contains the name of the DataSourceView.
- id
- String
A String that contains a unique identifier for the DataSourceView.