Relationship Constructors

Definition

Overloads

Relationship()

Initializes a new instance of the Relationship class using the default values.

Relationship(String)

Initializes a new instance of the Relationship class using the specified identifier.

Relationship()

Initializes a new instance of the Relationship class using the default values.

public Relationship ();
Public Sub New ()

Applies to

Relationship(String)

Initializes a new instance of the Relationship class using the specified identifier.

public Relationship (string id);
new Microsoft.AnalysisServices.Relationship : string -> Microsoft.AnalysisServices.Relationship
Public Sub New (id As String)

Parameters

id
String

The identifier of the relationship.

Applies to