GetObjectByIndex メソッド
システム定義の一意の識別子を使用して、参照先コレクションからメンバーを抽出します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Protected Function GetObjectByIndex ( _
index As Integer _
) As SqlSmoObject
'使用
Dim index As Integer
Dim returnValue As SqlSmoObject
returnValue = Me.GetObjectByIndex(index)
protected SqlSmoObject GetObjectByIndex(
int index
)
protected:
SqlSmoObject^ GetObjectByIndex(
int index
)
member GetObjectByIndex :
index:int -> SqlSmoObject
protected function GetObjectByIndex(
index : int
) : SqlSmoObject
パラメーター
- index
型: System. . :: . .Int32
コレクション内におけるオブジェクトのインデックス位置を示す Int32 値です。
戻り値
型: Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
指定したインデックス値を持つ Object システム オブジェクトです。
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。