Udostępnij za pośrednictwem


Metoda ReplicationObject.GetChangeCommand

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Replication
Zestaw:  Microsoft.SqlServer.Rmo (w Microsoft.SqlServer.Rmo.dll)

Składnia

'Deklaracja
Protected MustOverride Sub GetChangeCommand ( _
    command As StringBuilder, _
    propertyName As String, _
    propertyValue As String _
)
'Użycie
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
)

Parametry