次の方法で共有


UserCollection.ItemById メソッド

システム定義の一意の識別子を使用して、UserCollection オブジェクトからメンバーを抽出します。

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

構文

'宣言
Public Function ItemById ( _
    id As Integer _
) As User
'使用
Dim instance As UserCollection 
Dim id As Integer 
Dim returnValue As User 

returnValue = instance.ItemById(id)
public User ItemById(
    int id
)
public:
User^ ItemById(
    int id
)
member ItemById : 
        id:int -> User
public function ItemById(
    id : int
) : User

パラメーター

戻り値

型: Microsoft.SqlServer.Management.Smo.User
指定された ID 値を持つ User オブジェクトです。

使用例

コレクションの使用

関連項目

参照

UserCollection クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

コレクションの使用