共用方式為


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)