SqlSyncScopeProvisioning.ScopeExists Method (String)

Indicates whether the specified scope exists in the database by using the connection that was specified in the constructor.

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

public bool ScopeExists(
	string scopeName
)

Parameters

scopeName
Type: System.String
The name of the scope to look up.

Return Value

Type: System.Boolean
true if the specified scope exists in the database; otherwise, false.
Show: