AssemblyCollection.GetByName メソッド
指定した名前の Assembly をコレクションから取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function GetByName ( _
name As String _
) As Assembly
'使用
Dim instance As AssemblyCollection
Dim name As String
Dim returnValue As [Assembly]
returnValue = instance.GetByName(name)
public Assembly GetByName(
string name
)
public:
Assembly^ GetByName(
String^ name
)
member GetByName :
name:string -> Assembly
public function GetByName(
name : String
) : Assembly
パラメーター
- name
型: System.String
取得する Assembly の名前です。
戻り値
型: Microsoft.AnalysisServices.Assembly
コレクションに含まれている場合は Assembly です。
例外
例外 | 条件 |
---|---|
ItemNotFoundException | name がコレクションに含まれていません。 |