Freigeben über


GetDropCommand-Methode

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

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

Syntax

'Declaration
Protected MustOverride Sub GetDropCommand ( _
    command As StringBuilder, _
    fromScripting As Boolean _
)
'Usage
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
)

Parameter