ReplicationObject.GetDropCommand 方法
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Returns the drop command from the replication.
命名空間: 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
)
參數
- command
型別:System.Text.StringBuilder
The command.
- fromScripting
型別:System.Boolean
Indicates whether the command is from scripting.