Udostępnij za pośrednictwem


Właściwość BusinessLogicDataAdapter.InsertCommand

Przestrzeń nazw:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Zestaw:  Microsoft.SqlServer.Replication.BusinessLogicSupport (w Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Składnia

'Deklaracja
Public Property InsertCommand As BusinessLogicCommand
    Get
    Set
'Użycie
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)