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

プロパティ値。

適用対象