Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Returns the drop command from the replication.
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
)
Parameters
- command
Type: System.Text.StringBuilder
The command.
- fromScripting
Type: System.Boolean
Indicates whether the command is from scripting.