Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a Boolean value that specifies if the PriorityBoost property value is set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)> _
Property PriorityBoost As Boolean
Get
Set
'Usage
Dim instance As IServerConfigurationFacet
Dim value As Boolean
value = instance.PriorityBoost
instance.PriorityBoost = value
[PostConfigurationActionAttribute(PostConfigurationAction.RestartService)]
bool PriorityBoost { get; set; }
[PostConfigurationActionAttribute(PostConfigurationAction::RestartService)]
property bool PriorityBoost {
bool get ();
void set (bool value);
}
[<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)>]
abstract PriorityBoost : bool with get, set
function get PriorityBoost () : boolean
function set PriorityBoost (value : boolean)
Property Value
Type: System.Boolean
Boolean Returns True if the property is set. Returns False if the property is not set.