ServerRoleCollection.ItemById メソッド
システム定義の一意の識別子を使用して、ServerRoleCollection コレクションからメンバーを抽出します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Function ItemById ( _
id As Integer _
) As ServerRole
'使用
Dim instance As ServerRoleCollection
Dim id As Integer
Dim returnValue As ServerRole
returnValue = instance.ItemById(id)
public ServerRole ItemById(
int id
)
public:
ServerRole^ ItemById(
int id
)
member ItemById :
id:int -> ServerRole
public function ItemById(
id : int
) : ServerRole
パラメーター
- id
型: System.Int32
ServerRoleCollection コレクションのメンバーである ServerRole オブジェクトを一意に識別する Int32 です。
戻り値
型: Microsoft.SqlServer.Management.Smo.ServerRole
指定された ID 値を持つ ServerRole オブジェクトです。