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