共用方式為


ReplicationObject.GetChangeCommand 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Returns the change command from the replication.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
Protected MustOverride Sub GetChangeCommand ( _
    command As StringBuilder, _
    propertyName As String, _
    propertyValue As String _
)
'用途
Dim command As StringBuilder 
Dim propertyName As String 
Dim propertyValue As String 

Me.GetChangeCommand(command, propertyName, _
    propertyValue)
protected abstract void GetChangeCommand(
    StringBuilder command,
    string propertyName,
    string propertyValue
)
protected:
virtual void GetChangeCommand(
    StringBuilder^ command, 
    String^ propertyName, 
    String^ propertyValue
) abstract
abstract GetChangeCommand : 
        command:StringBuilder * 
        propertyName:string * 
        propertyValue:string -> unit
protected abstract function GetChangeCommand(
    command : StringBuilder, 
    propertyName : String, 
    propertyValue : String
)

參數

請參閱

參考

ReplicationObject 類別

Microsoft.SqlServer.Replication 命名空間