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


Метод AssemblyCollection.Find

Gets the Assembly, with the specified identifier, from the collection.

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

Синтаксис

'Декларация
Public Function Find ( _
    id As String _
) As Assembly
'Применение
Dim instance As AssemblyCollection 
Dim id As String 
Dim returnValue As [Assembly]

returnValue = instance.Find(id)
public Assembly Find(
    string id
)
public:
Assembly^ Find(
    String^ id
)
member Find : 
        id:string -> Assembly
public function Find(
    id : String
) : Assembly

Параметры

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

Тип: Microsoft.AnalysisServices.Assembly
The Assembly if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).

См. также

Справочник

AssemblyCollection Класс

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