Audit.MaximumFiles 속성

Gets or sets the maximum files of the audit.

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

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MaximumFiles As Integer 
    Get 
    Set
‘사용 방법
Dim instance As Audit 
Dim value As Integer 

value = instance.MaximumFiles

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

속성 값

유형: System.Int32
The maximum files of the audit.

참고 항목

참조

Audit 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스