RelationshipEndAttribute Constructors

Definition

Overloads

RelationshipEndAttribute()

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

RelationshipEndAttribute(String)

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

RelationshipEndAttribute()

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

public RelationshipEndAttribute ();
Public Sub New ()

Applies to

RelationshipEndAttribute(String)

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

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

Parameters

attributeID
String

The ID of the attribute.

Applies to