IServerConfigurationFacet.MaxWorkerThreads Property

 

Gets the MaxWorkerThreads property value.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

[PostConfigurationActionAttribute(PostConfigurationAction.RestartService)]
int MaxWorkerThreads { get; set; }
[PostConfigurationActionAttribute(PostConfigurationAction::RestartService)]
property int MaxWorkerThreads {
    int get();
    void set(int value);
}
[<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)>]
abstract MaxWorkerThreads : int with get, set
<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)>
Property MaxWorkerThreads As Integer

Property Value

Type: System.Int32

The MaxWorkerThreads property value.

See Also

IServerConfigurationFacet Interface
Microsoft.SqlServer.Management.Smo Namespace

Return to top