Partilhar via


Propriedade do RDL BusinessLogicDataAdapter.InsertCommand

Gets or sets a stored procedure used to insert records from the data source.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxe

'Declaração
Public Property InsertCommand As BusinessLogicCommand 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicCommand
A BusinessLogicCommand used to insert records.

Consulte também

Referência

BusinessLogicDataAdapter Classe

Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport