Метод AssemblyCollection.FindByName
Gets the Assembly, with the specified name, from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function FindByName ( _
name As String _
) As Assembly
'Применение
Dim instance As AssemblyCollection
Dim name As String
Dim returnValue As [Assembly]
returnValue = instance.FindByName(name)
public Assembly FindByName(
string name
)
public:
Assembly^ FindByName(
String^ name
)
member FindByName :
name:string -> Assembly
public function FindByName(
name : String
) : Assembly
Параметры
- name
Тип: System.String
The name of the Assembly to be returned.
Возвращаемое значение
Тип: Microsoft.AnalysisServices.Assembly
The Assembly if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).