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