ReplicationObject.GetCreateCommand 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 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.