Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Inserts the specified index of the parameter object with the specified name into the collection at the specified index
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Sub Insert ( _
index As Integer, _
value As BusinessLogicParameterCollection _
)
'Usage
Dim instance As BusinessLogicParameterCollection
Dim index As Integer
Dim value As BusinessLogicParameterCollection
instance.Insert(index, value)
public void Insert(
int index,
BusinessLogicParameterCollection value
)
public:
void Insert(
int index,
BusinessLogicParameterCollection^ value
)
member Insert :
index:int *
value:BusinessLogicParameterCollection -> unit
public function Insert(
index : int,
value : BusinessLogicParameterCollection
)
Parameter
- index
Typ: System.Int32
The index at which to insert the parameter object.
- value
Typ: Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameterCollection
The parameter object to insert into the collection.
Siehe auch
Verweis
BusinessLogicParameterCollection Klasse
Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace