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.
Gets or sets a stored procedure used to insert records from the data source.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Property InsertCommand As BusinessLogicCommand
Get
Set
'Usage
Dim instance As BusinessLogicDataAdapter
Dim value As BusinessLogicCommand
value = instance.InsertCommand
instance.InsertCommand = value
public BusinessLogicCommand InsertCommand { get; set; }
public:
property BusinessLogicCommand^ InsertCommand {
BusinessLogicCommand^ get ();
void set (BusinessLogicCommand^ value);
}
member InsertCommand : BusinessLogicCommand with get, set
function get InsertCommand () : BusinessLogicCommand
function set InsertCommand (value : BusinessLogicCommand)
Eigenschaftswert
Typ: Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicCommand
A BusinessLogicCommand used to insert records.
Siehe auch
Verweis
BusinessLogicDataAdapter Klasse
Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace