Método ReplicationObject.GetChangeCommand
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Returns the change command from the replication.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)
Sintaxe
'Declaração
Protected MustOverride Sub GetChangeCommand ( _
command As StringBuilder, _
propertyName As String, _
propertyValue As String _
)
'Uso
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
)
Parâmetros
- command
Tipo: System.Text.StringBuilder
The command.
- propertyName
Tipo: System.String
The property name
- propertyValue
Tipo: System.String
The property value.