Click or drag to resize
AzureHelperIsSQLAzureServer Method
Returns whether SQL server is SQL Azure according to its name.

Namespace: CMS.Base
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static bool IsSQLAzureServer(
	string serverName
)

Parameters

serverName
Type: SystemString
Server name to check

Return Value

Type: Boolean
See Also