Utility.IsUtilityControlPoint(SqlStoreConnection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the specified server is a utility control point (UCP).
public:
static bool IsUtilityControlPoint(Microsoft::SqlServer::Management::Sdk::Sfc::SqlStoreConnection ^ storeConnection);
public static bool IsUtilityControlPoint (Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection storeConnection);
static member IsUtilityControlPoint : Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection -> bool
Public Shared Function IsUtilityControlPoint (storeConnection As SqlStoreConnection) As Boolean
Parameters
- storeConnection
- SqlStoreConnection
A SqlStoreConnection that specifies the server to test.
Returns
A Boolean value specifying whether the server is a UCP. If true
, the server is a UCP. Otherwise, false
.