MaxSizeFileDeclarationOption.Unlimited 屬性
Gets or sets whether UNLIMITED is specified as option value.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property Unlimited As Boolean
Get
Set
'用途
Dim instance As MaxSizeFileDeclarationOption
Dim value As Boolean
value = instance.Unlimited
instance.Unlimited = value
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)
屬性值
型別:System.Boolean
True if UNLIMITED is specified as option value; otherwise, false.