MaxSizeFileDeclarationOption.Unlimited-Eigenschaft

Ruft ab oder legt fest, ob UNLIMITED angegeben ist.

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

Syntax

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

Eigenschaftswert

Typ: System.Boolean

Hinweise

MaxSize ist nullNULL-Verweis (Nothing in Visual Basic), falls UNLIMITED angegeben ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

MaxSizeFileDeclarationOption Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace