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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.