Поделиться через


Метод ClrAssemblyFileCollection.Add

Adds a ClrAssemblyFile to the end of the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Function Add ( _
    item As ClrAssemblyFile _
) As Integer
'Применение
Dim instance As ClrAssemblyFileCollection 
Dim item As ClrAssemblyFile 
Dim returnValue As Integer 

returnValue = instance.Add(item)
public int Add(
    ClrAssemblyFile item
)
public:
int Add(
    ClrAssemblyFile^ item
)
member Add : 
        item:ClrAssemblyFile -> int
public function Add(
    item : ClrAssemblyFile
) : int

Параметры

Возвращаемое значение

Тип: System.Int32
The zero-based index at which the ClrAssemblyFile has been added.

См. также

Справочник

ClrAssemblyFileCollection Класс

Пространство имен Microsoft.AnalysisServices