次の方法で共有


MaximumHistoryRows プロパティ

保持される履歴の最大行数を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo.Agent
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute> _
Public Property MaximumHistoryRows As Integer
    Get
    Set
'使用
Dim instance As JobServer
Dim value As Integer

value = instance.MaximumHistoryRows

instance.MaximumHistoryRows = value
[SfcPropertyAttribute]
public int MaximumHistoryRows { get; set; }
[SfcPropertyAttribute]
public:
property int MaximumHistoryRows {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute>]
member MaximumHistoryRows : int with get, set
function get MaximumHistoryRows () : int
function set MaximumHistoryRows (value : int)

プロパティ値

型: System. . :: . .Int32
保持される履歴の最大行数を示す Int32 値です。