Метод 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
Параметры
- id
Тип System. . :: . .String
The identifier of the Assembly to be returned.
Возвращаемое значение
Тип Microsoft.AnalysisServices. . :: . .Assembly
The Assembly if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).