MaxSizeAuditTargetOption.Size Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the maximum size to which the audit file can grow.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public Literal Size { get; set; }
public:
property Literal^ Size {
    Literal^ get();
    void set(Literal^ value);
}
member Size : Literal with get, set
Public Property Size As Literal

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.Literal

The maximum size to which the audit file can grow.

See Also

MaxSizeAuditTargetOption Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top