Utility.IsUtilityControlPoint(SqlStoreConnection) Method

Definition

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.

Applies to