Share via


MaxSizeFileDeclarationOption.Unlimited Property

Gets or sets 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 Unlimited As Boolean
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)

Property Value

Type: System.Boolean

Remarks

MaxSize is nulla null reference (Nothing in Visual Basic) if UNLIMITED is specified.

.NET Framework Security

See Also

Reference

MaxSizeFileDeclarationOption Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace