Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Returns the change command from the replication.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Protected MustOverride Sub GetChangeCommand ( _
command As StringBuilder, _
propertyName As String, _
propertyValue As String _
)
'Usage
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
)
Parameters
- command
Type: System.Text.StringBuilder
The command.
- propertyName
Type: System.String
The property name
- propertyValue
Type: System.String
The property value.