RelationalDataSource Constructors

Definition

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.

Applies to