ReplicationObject.GetChangeCommand(StringBuilder, String, String) 方法

定义

从复制返回更改命令。

protected:
 abstract void GetChangeCommand(System::Text::StringBuilder ^ command, System::String ^ propertyName, System::String ^ propertyValue);
protected abstract void GetChangeCommand (System.Text.StringBuilder command, string propertyName, string propertyValue);
abstract member GetChangeCommand : System.Text.StringBuilder * string * string -> unit
Protected MustOverride Sub GetChangeCommand (command As StringBuilder, propertyName As String, propertyValue As String)

参数

command
StringBuilder

命令。

propertyName
String

属性名称

propertyValue
String

属性值。

适用于