ReplicationObject.GetCreateCommand Method

Definition

Returns the create command from the replication.

protected:
 abstract void GetCreateCommand(System::Text::StringBuilder ^ command, bool fromScripting, Microsoft::SqlServer::Replication::ScriptOptions scriptOption);
protected abstract void GetCreateCommand (System.Text.StringBuilder command, bool fromScripting, Microsoft.SqlServer.Replication.ScriptOptions scriptOption);
abstract member GetCreateCommand : System.Text.StringBuilder * bool * Microsoft.SqlServer.Replication.ScriptOptions -> unit
Protected MustOverride Sub GetCreateCommand (command As StringBuilder, fromScripting As Boolean, scriptOption As ScriptOptions)

Parameters

command
StringBuilder

The command.

fromScripting
Boolean

Indicates whether the command is from scripting.

scriptOption
ScriptOptions

The scripting options.

Applies to