GetChangeCommand 方法
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
命名空间: 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
- propertyName
类型:System. . :: . .String
- propertyValue
类型:System. . :: . .String