ReplicationObject.GetDropCommand(StringBuilder, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從複製中回傳 drop 指令。
protected:
abstract void GetDropCommand(System::Text::StringBuilder ^ command, bool fromScripting);
protected abstract void GetDropCommand(System.Text.StringBuilder command, bool fromScripting);
abstract member GetDropCommand : System.Text.StringBuilder * bool -> unit
Protected MustOverride Sub GetDropCommand (command As StringBuilder, fromScripting As Boolean)
參數
- command
- StringBuilder
命令。
- fromScripting
- Boolean
指示指令是否來自腳本。