Méthode ReplicationObject.GetChangeCommand
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Returns the change command from the replication.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Syntaxe
'Déclaration
Protected MustOverride Sub GetChangeCommand ( _
command As StringBuilder, _
propertyName As String, _
propertyValue As String _
)
'Utilisation
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
)
Paramètres
- command
Type : System.Text.StringBuilder
The command.
- propertyName
Type : System.String
The property name
- propertyValue
Type : System.String
The property value.