Share via


ISql100ServerAudit.IsUnlimited Property

Gets or sets a value that indicates whether file growth is unlimited.

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

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql100ServerAudit Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace