Propriedade do RDL BlockedProcessThreshold
Gets or sets the BlockedProcessThreshold property for an instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<DisplayDescriptionKeyAttribute("ServerPerformanceDesc")> _
<DisplayNameKeyAttribute("BlockedProcessThresholdName")> _
Property BlockedProcessThreshold As Integer
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .Int32
Int32
Consulte também