ReplicationObject.GetChangeCommand(StringBuilder, String, String) Methode

Definition

Gibt den Änderungsbefehl von der Replikation zurück.

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)

Parameter

command
StringBuilder

Der Befehl.

propertyName
String

Der Eigenschaftsname

propertyValue
String

Der Eigenschaftswert.

Gilt für: