次の方法で共有


Item プロパティ (Int32)

ConfigPropertyCollection コレクション内にある指定したインデックス番号の ConfigProperty オブジェクトを取得します。

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

構文

'宣言
Public ReadOnly Default Property Item ( _
    index As Integer _
) As ConfigProperty
    Get
'使用
Dim instance As ConfigPropertyCollection
Dim index As Integer
Dim value As ConfigProperty

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

パラメーター

プロパティ値

型: Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
構成プロパティを表す ConfigProperty オブジェクト値。