RelationshipEndAttribute 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
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.