Метод AttributeRelationshipCollection.Add (AttributeRelationship)
Adds the specified AttributeRelationship to the end of the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Add ( _
item As AttributeRelationship _
) As Integer
'Применение
Dim instance As AttributeRelationshipCollection
Dim item As AttributeRelationship
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
AttributeRelationship item
)
public:
int Add(
AttributeRelationship^ item
)
member Add :
item:AttributeRelationship -> int
public function Add(
item : AttributeRelationship
) : int
Параметры
- item
Тип: Microsoft.AnalysisServices.AttributeRelationship
Specifies the AttributeRelationship to be added.
Возвращаемое значение
Тип: System.Int32
The zero-based index where the AttributeRelationship was added.