Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the BlockedProcessThreshold property for an instance of SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<DisplayNameKeyAttribute("BlockedProcessThresholdName")> _
<DisplayDescriptionKeyAttribute("ServerPerformanceDesc")> _
Property BlockedProcessThreshold As Integer
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Int32
The BlockedProcessThreshold property for an instance of SQL Server.