ObjectSetCollection.Item プロパティ (String)

コレクション内にある指定した名前の ObjectSet オブジェクトを取得します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
Public ReadOnly Default Property Item ( _
    name As String _
) As ObjectSet 
    Get
'使用
Dim instance As ObjectSetCollection 
Dim name As String 
Dim value As ObjectSet 

value = instance(name)
public ObjectSet this[
    string name
] { get; }
public:
property ObjectSet^ default[String^ name] {
    ObjectSet^ get (String^ name);
}
member Item : ObjectSet
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

プロパティ値

型: Microsoft.SqlServer.Management.Dmf.ObjectSet
指定した名前を持つオブジェクトを表す ObjectSet オブジェクト値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

使用例

コレクションの使用

関連項目

参照

ObjectSetCollection クラス

Item オーバーロード

Microsoft.SqlServer.Management.Dmf 名前空間