Audit.MaximumRolloverFiles Property
Gets or sets the maximum number of rollover files allowed.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute> _
Public Property MaximumRolloverFiles As Long
[SfcPropertyAttribute]
public long MaximumRolloverFiles { get; set; }
[SfcPropertyAttribute]
public:
property long long MaximumRolloverFiles {
long long get ();
void set (long long value);
}
/** @property */
public long get_MaximumRolloverFiles ()
/** @property */
public void set_MaximumRolloverFiles (long value)
public function get MaximumRolloverFiles () : long
public function set MaximumRolloverFiles (value : long)
Property Value
A Int64 value that specifies the maximum number of rollover files allowed.
Remarks
A rollover file is created when the audit file exceeds the maximum file size. Subsequent audit information is logged into the rollover file.
The maximum number of files you can specify is 2,147,483,647. You can specify 0 to specify that an unlimited number of rollover files can be created in the file system.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.