SqlSyncScopeProvisioning.ScopeExists Method
Include Protected Members
Include Inherited Members
Indicates whether the specified scope exists in the database.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ScopeExists(String) | Indicates whether the specified scope exists in the database by using the connection that was specified in the constructor. | |
ScopeExists(String, SqlConnection) | Obsolete. Returns whether the specified scope exists. |
Top