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