Propriedade do RDL IServerConfigurationFacet.MaxWorkerThreads

Gets the MaxWorkerThreads property value.

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

Sintaxe

'Declaração
<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)> _
Property MaxWorkerThreads As Integer 
    Get 
    Set
'Uso
Dim instance As IServerConfigurationFacet 
Dim value As Integer 

value = instance.MaxWorkerThreads

instance.MaxWorkerThreads = value
[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
function get MaxWorkerThreads () : int 
function set MaxWorkerThreads (value : int)

Valor da propriedade

Tipo: System.Int32
The MaxWorkerThreads property value.

Consulte também

Referência

IServerConfigurationFacet Interface

Namespace Microsoft.SqlServer.Management.Smo