Метод ReplicationObject.GetChangeCommand
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Returns the change command from the replication.
Пространство имен: 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
)
Параметры
- command
Тип: System.Text.StringBuilder
The command.
- propertyName
Тип: System.String
The property name
- propertyValue
Тип: System.String
The property value.