ReplicationObject.GetChangeCommand(StringBuilder, String, String) Método

Definición

Devuelve el comando de cambio de la replicación.

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)

Parámetros

command
StringBuilder

El comando.

propertyName
String

El nombre de propiedad.

propertyValue
String

Valor de propiedad.

Se aplica a