Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
)
Parameter
- attributeID
Typ: System.String
The ID of the attribute.
Siehe auch
Verweis
RelationshipEndAttribute Klasse