AttributeRelationship Constructors

Definition

Overloads

AttributeRelationship()

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

AttributeRelationship(String)

Initializes a new instance of AttributeRelationship using the specified attribute identifier.

AttributeRelationship()

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

public AttributeRelationship ();
Public Sub New ()

Applies to

AttributeRelationship(String)

Initializes a new instance of AttributeRelationship using the specified attribute identifier.

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

Parameters

attributeId
String

A String that contains an attribute identifier.

Applies to