OlapDataSource Constructors

Definition

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.

Applies to