GetDropCommand 方法
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
命名空间: Microsoft.SqlServer.Replication
程序集: Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)
语法
声明
Protected MustOverride Sub GetDropCommand ( _
command As StringBuilder, _
fromScripting As Boolean _
)
用法
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
)