次の方法で共有


Insert メソッド

URN コレクションの指定したインデックス位置に URN を挿入します。

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

構文

'宣言
Public Sub Insert ( _
    index As Integer, _
    urn As Urn _
)
'使用
Dim instance As UrnCollection
Dim index As Integer
Dim urn As Urn

instance.Insert(index, urn)
public void Insert(
    int index,
    Urn urn
)
public:
virtual void Insert(
    int index, 
    Urn^ urn
) sealed
abstract Insert : 
        index:int * 
        urn:Urn -> unit 
override Insert : 
        index:int * 
        urn:Urn -> unit 
public final function Insert(
    index : int, 
    urn : Urn
)

実装

IList< (Of < ( <'T> ) > ) >. . :: . .Insert(Int32, T)