UrnCollection.Insert 方法

Inserts a URN at a specified index of a URN collection.

命名空间:  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<T>.Insert(Int32, T)

示例

使用集合

请参阅

参考

UrnCollection 类

Microsoft.SqlServer.Management.Smo 命名空间