Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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)
Syntax
'Declaration
Public Function Script As String
'Usage
Dim instance As SqlSyncTableProvisioning
Dim returnValue As String
returnValue = instance.Script
public string Script ()
public:
String^ Script ()
public String Script ()
public function Script () : String
Return Value
A string that contains the SQL code to provision a table for a particular scope.
See Also
Reference
SqlSyncTableProvisioning Class
SqlSyncTableProvisioning Members
Microsoft.Synchronization.Data.SqlServer Namespace