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.
Adds a value with the specified attribute id.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Add ( _
attributeId As String _
) As RelationshipEndAttribute
'Usage
Dim instance As RelationshipEndAttributeCollection
Dim attributeId As String
Dim returnValue As RelationshipEndAttribute
returnValue = instance.Add(attributeId)
public RelationshipEndAttribute Add(
string attributeId
)
public:
RelationshipEndAttribute^ Add(
String^ attributeId
)
member Add :
attributeId:string -> RelationshipEndAttribute
public function Add(
attributeId : String
) : RelationshipEndAttribute
Parameter
- attributeId
Typ: System.String
The attribute id.
Rückgabewert
Typ: Microsoft.AnalysisServices.RelationshipEndAttribute
A value with the specified attribute id.