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 네임스페이스