共用方式為


MaxWorkerThreads 屬性

Gets the MaxWorkerThreads property for an instance of SQL Server.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)> _
<DisplayNameKeyAttribute("MaxWorkerThreadsName")> _
<DisplayDescriptionKeyAttribute("MaxWorkerThreadsDesc")> _
Property MaxWorkerThreads As Integer
    Get
    Set
'用途
Dim instance As IServerPerformanceFacet
Dim value As Integer

value = instance.MaxWorkerThreads

instance.MaxWorkerThreads = value
[PostConfigurationActionAttribute(PostConfigurationAction.RestartService)]
[DisplayNameKeyAttribute("MaxWorkerThreadsName")]
[DisplayDescriptionKeyAttribute("MaxWorkerThreadsDesc")]
int MaxWorkerThreads { get; set; }
[PostConfigurationActionAttribute(PostConfigurationAction::RestartService)]
[DisplayNameKeyAttribute(L"MaxWorkerThreadsName")]
[DisplayDescriptionKeyAttribute(L"MaxWorkerThreadsDesc")]
property int MaxWorkerThreads {
    int get ();
    void set (int value);
}
[<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)>]
[<DisplayNameKeyAttribute("MaxWorkerThreadsName")>]
[<DisplayDescriptionKeyAttribute("MaxWorkerThreadsDesc")>]
abstract MaxWorkerThreads : int with get, set
function get MaxWorkerThreads () : int
function set MaxWorkerThreads (value : int)

屬性值

型別:System. . :: . .Int32
Int32