Méthode ReplicationObject.GetDropCommand

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Returns the drop command from the replication.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Protected MustOverride Sub GetDropCommand ( _
    command As StringBuilder, _
    fromScripting As Boolean _
)
'Utilisation
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
)

Paramètres

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

Voir aussi

Référence

ReplicationObject Classe

Espace de noms Microsoft.SqlServer.Replication