Freigeben über


RelationshipEndAttributeCollection.Add-Methode (RelationshipEndAttribute)

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

Rückgabewert

Typ: System.Int32
A value for the specified item in the collection.

Siehe auch

Verweis

RelationshipEndAttributeCollection Klasse

Add-Überladung

Microsoft.AnalysisServices-Namespace