SqlSyncTableProvisioning::Script Method

Generates a string that contains the SQL code to provision a table for a particular scope.

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

public:
String^ Script()

Return Value

Type: System::String
The SQL code to provision a table for a particular scope.

ExceptionCondition
ArgumentException

FilterColumns is empty and FilterClause is empty or nullptr.

Show: