Metodo IsUtilityControlPoint
Determines whether the specified server is a utility control point (UCP).
Spazio dei nomi Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Sintassi
'Dichiarazione
Public Shared Function IsUtilityControlPoint ( _
storeConnection As SqlStoreConnection _
) As Boolean
'Utilizzo
Dim storeConnection As SqlStoreConnection
Dim returnValue As Boolean
returnValue = Utility.IsUtilityControlPoint(storeConnection)
public static bool IsUtilityControlPoint(
SqlStoreConnection storeConnection
)
public:
static bool IsUtilityControlPoint(
SqlStoreConnection^ storeConnection
)
static member IsUtilityControlPoint :
storeConnection:SqlStoreConnection -> bool
public static function IsUtilityControlPoint(
storeConnection : SqlStoreConnection
) : boolean
Parametri
- storeConnection
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SqlStoreConnection
A SqlStoreConnection that specifies the server to test.
Valore restituito
Tipo: System. . :: . .Boolean
A Boolean value specifying whether the server is a UCP. If true, the server is a UCP. Otherwise, false.