次の方法で共有


ReplicationObject.GetChangeCommand メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

レプリケーションの変更コマンドを返します。

名前空間:  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
)

パラメーター

  • propertyName
    型: System.String
    プロパティの名前です。

関連項目

参照

ReplicationObject クラス

Microsoft.SqlServer.Replication 名前空間