ReplicationObject.GetDropCommand(StringBuilder, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the drop command from the replication.
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)
Parameters
- command
- StringBuilder
The command.
- fromScripting
- Boolean
Indicates whether the command is from scripting.