共用方式為


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 命名空間