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