다음을 통해 공유


MaximumFileSize 속성

Gets or sets the maximum size of the audit in megabytes.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public Property MaximumFileSize As Integer
    Get
    Set
‘사용 방법
Dim instance As Audit
Dim value As Integer

value = instance.MaximumFileSize

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

속성 값

형식: System. . :: . .Int32
A Int64 value that specifies the maximum size of the audit in megabytes.

주의

The minimum size that you can specify is 1024 KB and the maximum is 2,147,483,647 terabytes. You can also specify 0, which does not place a limit on the size of the file. If you specify a value lower than 1024, an error is raised.