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

Definição

Retorna o comando change da replicação.

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

O comando.

propertyName
String

O nome da propriedade

propertyValue
String

O valor da propriedade.

Aplica-se a