Compartilhar via


Método ReplicationObject.GetDropCommand

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Returns the drop command from the replication.

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

Sintaxe

'Declaração
Protected MustOverride Sub GetDropCommand ( _
    command As StringBuilder, _
    fromScripting As Boolean _
)
'Uso
Dim command As StringBuilder 
Dim fromScripting As Boolean 

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

Parâmetros

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

Consulte também

Referência

ReplicationObject Classe

Namespace Microsoft.SqlServer.Replication