SqlSyncTableProvisioning Constructor (DbSyncTableDescription, String)
Note: This API is now obsolete.
Initializes a new instance of the SqlSyncTableProvisioning class for the specified table and synchronization object prefix.
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
[ObsoleteAttribute(L"Use a constructor that passes in a SqlConnection")] public: SqlSyncTableProvisioning( DbSyncTableDescription^ tableDescription, String^ objectPrefix )
Parameters
- tableDescription
- Type: Microsoft.Synchronization.Data::DbSyncTableDescription
The schema of a table.
- objectPrefix
- Type: System::String
The prefix that is used to identify objects that Sync Framework creates.
Show: