Compartir a través de


MonitorThreshold.MetricTitle Propiedad

Gets or sets the name of the threshold metric.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public Property MetricTitle As String 
    Get 
    Set
'Uso
Dim instance As MonitorThreshold 
Dim value As String 

value = instance.MetricTitle

instance.MetricTitle = value
public string MetricTitle { get; set; }
public:
property String^ MetricTitle {
    String^ get ();
    void set (String^ value);
}
member MetricTitle : string with get, set
function get MetricTitle () : String 
function set MetricTitle (value : String)

Valor de la propiedad

Tipo: System.String
A String value that is equivalent to a sysname value.

Comentarios

See MonitorThreshold for the list of supported metrics.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Vea también

Referencia

MonitorThreshold Clase

Espacio de nombres Microsoft.SqlServer.Replication