다음을 통해 공유


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.