MaxRolloverFilesAuditTargetOption.IsUnlimited Property

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

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

Syntax

'Declaration
Public Property IsUnlimited As Boolean 
    Get 
    Set
'Usage
Dim instance As MaxRolloverFilesAuditTargetOption 
Dim value As Boolean 

value = instance.IsUnlimited

instance.IsUnlimited = value
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
True if UNLIMITED; otherwise, false.

See Also

Reference

MaxRolloverFilesAuditTargetOption Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace