次の方法で共有


Item プロパティ (String)

指定された名前に基づいてコレクション セットを取得します。

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

構文

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

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

パラメーター

プロパティ値

型: Microsoft.SqlServer.Management.Collector. . :: . .CollectionSet
コレクション セットを表す CollectionSetCollection オブジェクトです。

説明

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