次の方法で共有


ItemById メソッド

システム定義の一意の識別子を使用して、IndexCollection コレクションからメンバを抽出します。

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

構文

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

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

パラメーター

戻り値

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