RelationshipEndAttribute Constructor (String)
Initializes a new instance of the RelationshipEndAttribute class using the specified attribute ID.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
attributeID As String _
)
'Usage
Dim attributeID As String
Dim instance As New RelationshipEndAttribute(attributeID)
public RelationshipEndAttribute(
string attributeID
)
public:
RelationshipEndAttribute(
String^ attributeID
)
new :
attributeID:string -> RelationshipEndAttribute
public function RelationshipEndAttribute(
attributeID : String
)
Parameters
- attributeID
Type: System.String
The ID of the attribute.
See Also
Reference
RelationshipEndAttribute Class