ReplicationObject.GetDropCommand(StringBuilder, Boolean) Method

Definition

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.

Applies to