ReplicationObject.GetChangeCommand(StringBuilder, String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回傳複製中的變更指令。
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
屬性值。