共用方式為


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
)

參數

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

請參閱

參考

ReplicationObject 類別

Microsoft.SqlServer.Replication 命名空間