Свойство MonitorThreshold.MetricId

Gets or sets the ID value that uniquely identifies the threshold metric.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public Property MetricId As Integer 
    Get 
    Set
'Применение
Dim instance As MonitorThreshold 
Dim value As Integer 

value = instance.MetricId

instance.MetricId = value
public int MetricId { get; set; }
public:
property int MetricId {
    int get ();
    void set (int value);
}
member MetricId : int with get, set
function get MetricId () : int 
function set MetricId (value : int)

Значение свойства

Тип: System.Int32
An Int32 value that specifies the ID value that uniquely identifies the threshold metric.

Замечания

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.

См. также

Справочник

MonitorThreshold Класс

Пространство имен Microsoft.SqlServer.Replication