ロールオーバー ファイルの最大数を取得または設定します。
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property MaxRolloverFiles As Integer
'使用
Dim instance As ISql100ServerAudit
Dim value As Integer
value = instance.MaxRolloverFiles
instance.MaxRolloverFiles = value
int MaxRolloverFiles { get; set; }
property int MaxRolloverFiles {
int get ();
void set (int value);
}
function get MaxRolloverFiles () : int
function set MaxRolloverFiles (value : int)
プロパティ値
型 : System.Int32