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)