Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Inserts a URN at a specified index of a URN collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Insert ( _
index As Integer, _
urn As Urn _
)
'Usage
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
)
Parameters
- index
Type: System.Int32
Int32