次の方法で共有


UserCollection.Item プロパティ (Int32)

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

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

構文

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

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

パラメーター

プロパティ値

型: Microsoft.SqlServer.Management.Smo.User
データベース ユーザーを表す User オブジェクトの値。

使用例

コレクションの使用

関連項目

参照

UserCollection クラス

Item オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

コレクションの使用