Share via


MaxSizeAuditFileOption.IsUnlimited Property

Gets or sets a value that indicates whether UNLIMITED is specified.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property IsUnlimited As Boolean
public bool IsUnlimited { get; set; }
public:
property bool IsUnlimited {
    bool get ();
    void set (bool value);
}
member IsUnlimited : bool with get, set
function get IsUnlimited () : boolean
function set IsUnlimited (value : boolean)

Property Value

Type: System.Boolean
Returns true if UNLIMITED size is specified; otherwise, false.

.NET Framework Security

See Also

Reference

MaxSizeAuditFileOption Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace