Compartir a través de


ReplicationObject.GetDropCommand Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Returns the drop command from the replication.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
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.

Vea también

Referencia

ReplicationObject Clase

Espacio de nombres Microsoft.SqlServer.Replication