SqlSyncTableProvisioning.Apply Method
Applies the provisioning script to a SQL Server database over the connection specified when this object was constructed.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
Syntax
'Declaration
Public Sub Apply
'Usage
Dim instance As SqlSyncTableProvisioning
instance.Apply()
public void Apply()
public:
void Apply()
member Apply : unit -> unit
public function Apply()