Database.LinkDimension Method

Definition

Overloads

LinkDimension(Dimension, String, String)

Links the database to a specified dimension.

LinkDimension(Dimension, String)

Links the database to a specified dimension.

LinkDimension(Dimension, String, String)

Links the database to a specified dimension.

public Microsoft.AnalysisServices.Dimension LinkDimension (Microsoft.AnalysisServices.Dimension source, string dataSourceId, string name);
member this.LinkDimension : Microsoft.AnalysisServices.Dimension * string * string -> Microsoft.AnalysisServices.Dimension
Public Function LinkDimension (source As Dimension, dataSourceId As String, name As String) As Dimension

Parameters

source
Dimension

The Dimension.

dataSourceId
String

The data that identifies the dimension.

name
String

The name of the dimension.

Returns

The Dimension that is linked from the database.

Applies to

LinkDimension(Dimension, String)

Links the database to a specified dimension.

public Microsoft.AnalysisServices.Dimension LinkDimension (Microsoft.AnalysisServices.Dimension source, string dataSourceId);
member this.LinkDimension : Microsoft.AnalysisServices.Dimension * string -> Microsoft.AnalysisServices.Dimension
Public Function LinkDimension (source As Dimension, dataSourceId As String) As Dimension

Parameters

source
Dimension

The Dimension.

dataSourceId
String

The data that identifies the dimension.

Returns

The Dimension that is linked from the database.

Applies to