RelationshipEndAttributeCollection.Add Method (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
Parameters
- item
Type: Microsoft.AnalysisServices.RelationshipEndAttribute
An object from a collection.
Return Value
Type: System.Int32
A value for the specified item in the collection.