AttributeRelationship Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.