Freigeben über


ReplicationObject.GetCreateCommand-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Returns the create command from the replication.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Syntax

'Declaration
Protected MustOverride Sub GetCreateCommand ( _
    command As StringBuilder, _
    fromScripting As Boolean, _
    scriptOption As ScriptOptions _
)
'Usage
Dim command As StringBuilder 
Dim fromScripting As Boolean 
Dim scriptOption As ScriptOptions 

Me.GetCreateCommand(command, fromScripting, _
    scriptOption)
protected abstract void GetCreateCommand(
    StringBuilder command,
    bool fromScripting,
    ScriptOptions scriptOption
)
protected:
virtual void GetCreateCommand(
    StringBuilder^ command, 
    bool fromScripting, 
    ScriptOptions scriptOption
) abstract
abstract GetCreateCommand : 
        command:StringBuilder * 
        fromScripting:bool * 
        scriptOption:ScriptOptions -> unit
protected abstract function GetCreateCommand(
    command : StringBuilder, 
    fromScripting : boolean, 
    scriptOption : ScriptOptions
)

Parameter

  • fromScripting
    Typ: System.Boolean
    Indicates whether the command is from scripting.

Siehe auch

Verweis

ReplicationObject Klasse

Microsoft.SqlServer.Replication-Namespace