MaxDegreeOfParallelism 属性
Gets or sets the MaxDegreeOfParallelism property for an instance of SQL Server.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<DisplayDescriptionKeyAttribute("ServerPerformanceDesc")> _
<DisplayNameKeyAttribute("ServerPerformanceName")> _
Property MaxDegreeOfParallelism As Integer
Get
Set
用法
Dim instance As IServerPerformanceFacet
Dim value As Integer
value = instance.MaxDegreeOfParallelism
instance.MaxDegreeOfParallelism = value
[DisplayDescriptionKeyAttribute("ServerPerformanceDesc")]
[DisplayNameKeyAttribute("ServerPerformanceName")]
int MaxDegreeOfParallelism { get; set; }
[DisplayDescriptionKeyAttribute(L"ServerPerformanceDesc")]
[DisplayNameKeyAttribute(L"ServerPerformanceName")]
property int MaxDegreeOfParallelism {
int get ();
void set (int value);
}
[<DisplayDescriptionKeyAttribute("ServerPerformanceDesc")>]
[<DisplayNameKeyAttribute("ServerPerformanceName")>]
abstract MaxDegreeOfParallelism : int with get, set
function get MaxDegreeOfParallelism () : int
function set MaxDegreeOfParallelism (value : int)