Поделиться через


Свойство UpdateCommand

Пространство имен:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Сборка:  Microsoft.SqlServer.Replication.BusinessLogicSupport (в Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Синтаксис

'Декларация
Public Property UpdateCommand As BusinessLogicCommand
    Get
    Set
'Применение
Dim instance As BusinessLogicDataAdapter
Dim value As BusinessLogicCommand

value = instance.UpdateCommand

instance.UpdateCommand = value
public BusinessLogicCommand UpdateCommand { get; set; }
public:
property BusinessLogicCommand^ UpdateCommand {
    BusinessLogicCommand^ get ();
    void set (BusinessLogicCommand^ value);
}
member UpdateCommand : BusinessLogicCommand with get, set
function get UpdateCommand () : BusinessLogicCommand
function set UpdateCommand (value : BusinessLogicCommand)