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