SqlSyncScopeProvisioning::TemplateExists Method

Returns whether the specified template exists in the database.

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

public:
bool TemplateExists(
	String^ templateName
)

Parameters

templateName
Type: System::String
The name of the template to look up.

Return Value

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