OlapDataSource 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
OlapDataSource() |
Initializes a new instance of the OlapDataSource class using the default values. |
OlapDataSource(String, String) |
Initializes a new instance of the OlapDataSource class using the specified name and identifier. |
OlapDataSource()
Initializes a new instance of the OlapDataSource class using the default values.
public OlapDataSource ();
Public Sub New ()
Applies to
OlapDataSource(String, String)
Initializes a new instance of the OlapDataSource class using the specified name and identifier.
public OlapDataSource (string name, string id);
new Microsoft.AnalysisServices.OlapDataSource : string * string -> Microsoft.AnalysisServices.OlapDataSource
Public 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.