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

Définition

Retourne la commande de modification de la réplication.

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)

Paramètres

command
StringBuilder

Commande.

propertyName
String

Nom de la propriété

propertyValue
String

Valeur de la propriété.

S’applique à