次の方法で共有


JobServer.MaximumHistoryRows プロパティ

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

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property MaximumHistoryRows As Integer 
    Get 
    Set
'使用
Dim instance As JobServer 
Dim value As Integer 

value = instance.MaximumHistoryRows

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

プロパティ値

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

使用例

管理タスクの自動化 (SQL Server エージェント)

関連項目

参照

JobServer クラス

Microsoft.SqlServer.Management.Smo.Agent 名前空間

その他の技術情報

SQL Server エージェントでの自動管理タスクのスケジュール設定

SQL Server エージェントのストアド プロシージャ (Transact-SQL)