TransSynchronizationAgent 建構函式
Creates an instance of the TransSynchronizationAgent class.
命名空間: Microsoft.SqlServer.Replication
組件: Microsoft.SqlServer.Replication (在 Microsoft.SqlServer.Replication.dll 中)
語法
'宣告
Public Sub New
'用途
Dim instance As New TransSynchronizationAgent()
public TransSynchronizationAgent()
public:
TransSynchronizationAgent()
new : unit -> TransSynchronizationAgent
public function TransSynchronizationAgent()
備註
The recommended method for creating an instance of TransSynchronizationAgent for a pull subscription is from the SynchronizationAgent property of an existing Replication Management Objects (RMO) TransPullSubscription object.
The recommended method for creating an instance of TransSynchronizationAgent for a push subscription is from the SynchronizationAgent property of an existing RMO TransSubscription object.