Propriété BusinessLogicDataAdapter.InsertCommand
Gets or sets a stored procedure used to insert records from the data source.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Property InsertCommand As BusinessLogicCommand
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicCommand
A BusinessLogicCommand used to insert records.
Voir aussi
Référence
BusinessLogicDataAdapter Classe
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport