BlockedProcessThreshold 속성
Gets or sets the BlockedProcessThreshold property for an instance of SQL Server.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<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)