SqlSyncTableProvisioning.CreateTable Property

Gets or sets whether to create a base table.

Namespace:  Microsoft.Synchronization.Data.SqlServer
Assembly:  Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)

Syntax

'Declaration
Public Property CreateTable As DbSyncCreationOption
    Get
    Set
'Usage
Dim instance As SqlSyncTableProvisioning
Dim value As DbSyncCreationOption

value = instance.CreateTable

instance.CreateTable = value
public DbSyncCreationOption CreateTable { get; set; }
public:
property DbSyncCreationOption CreateTable {
    DbSyncCreationOption get ();
    void set (DbSyncCreationOption value);
}
member CreateTable : DbSyncCreationOption with get, set
function get CreateTable () : DbSyncCreationOption
function set CreateTable (value : DbSyncCreationOption)

Property Value

Type: Microsoft.Synchronization.Data.DbSyncCreationOption
One of the enumeration values that specifies whether to create the base table.

Remarks

If the base table already exists in the database, and you are not defining a table schema by using DbSyncTableDescription objects, specify a value of Skip.

See Also

Reference

SqlSyncTableProvisioning Class

Microsoft.Synchronization.Data.SqlServer Namespace