DataSource Constructors

Definition

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.

Applies to