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 for the specified item in the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Add ( _
item As RelationshipEndAttribute _
) As Integer
'Usage
Dim instance As RelationshipEndAttributeCollection
Dim item As RelationshipEndAttribute
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
RelationshipEndAttribute item
)
public:
int Add(
RelationshipEndAttribute^ item
)
member Add :
item:RelationshipEndAttribute -> int
public function Add(
item : RelationshipEndAttribute
) : int
Parameter
- item
Typ: Microsoft.AnalysisServices.RelationshipEndAttribute
An object from a collection.
Rückgabewert
Typ: System.Int32
A value for the specified item in the collection.