Freigeben über


MaxSizeAuditFileOption.IsUnlimited-Eigenschaft

Ruft einen Wert ab, der angibt, ob UNLIMITED festgelegt ist, oder legt diesen fest.

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
    Get
    Set
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)

Eigenschaftswert

Typ: System.Boolean
Gibt true zurück, wenn als Größenwert UNLIMITED angegeben ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

MaxSizeAuditFileOption Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace