IServerPerformanceFacet.BlockedProcessThreshold 属性

Gets or sets the BlockedProcessThreshold property for an instance of SQL Server.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<DisplayNameKeyAttribute("BlockedProcessThresholdName")> _
<DisplayDescriptionKeyAttribute("ServerPerformanceDesc")> _
Property BlockedProcessThreshold As Integer 
    Get 
    Set
用法
Dim instance As IServerPerformanceFacet 
Dim value As Integer 

value = instance.BlockedProcessThreshold

instance.BlockedProcessThreshold = value
[DisplayNameKeyAttribute("BlockedProcessThresholdName")]
[DisplayDescriptionKeyAttribute("ServerPerformanceDesc")]
int BlockedProcessThreshold { get; set; }
[DisplayNameKeyAttribute(L"BlockedProcessThresholdName")]
[DisplayDescriptionKeyAttribute(L"ServerPerformanceDesc")]
property int BlockedProcessThreshold {
    int get ();
    void set (int value);
}
[<DisplayNameKeyAttribute("BlockedProcessThresholdName")>]
[<DisplayDescriptionKeyAttribute("ServerPerformanceDesc")>]
abstract BlockedProcessThreshold : int with get, set
function get BlockedProcessThreshold () : int 
function set BlockedProcessThreshold (value : int)

属性值

类型:System.Int32
The BlockedProcessThreshold property for an instance of SQL Server.

请参阅

参考

IServerPerformanceFacet 接口

Microsoft.SqlServer.Management.Smo 命名空间