BlockedProcessThreshold 屬性
Gets or sets the BlockedProcessThreshold property for an instance of SQL Server.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<DisplayDescriptionKeyAttribute("ServerPerformanceDesc")> _
<DisplayNameKeyAttribute("BlockedProcessThresholdName")> _
Property BlockedProcessThreshold As Integer
Get
Set
'用途
Dim instance As IServerPerformanceFacet
Dim value As Integer
value = instance.BlockedProcessThreshold
instance.BlockedProcessThreshold = value
[DisplayDescriptionKeyAttribute("ServerPerformanceDesc")]
[DisplayNameKeyAttribute("BlockedProcessThresholdName")]
int BlockedProcessThreshold { get; set; }
[DisplayDescriptionKeyAttribute(L"ServerPerformanceDesc")]
[DisplayNameKeyAttribute(L"BlockedProcessThresholdName")]
property int BlockedProcessThreshold {
int get ();
void set (int value);
}
[<DisplayDescriptionKeyAttribute("ServerPerformanceDesc")>]
[<DisplayNameKeyAttribute("BlockedProcessThresholdName")>]
abstract BlockedProcessThreshold : int with get, set
function get BlockedProcessThreshold () : int
function set BlockedProcessThreshold (value : int)