Condividi tramite


Proprietà ISqlFile.IsUnlimited

Ottiene o imposta un valore che indica se la crescita del file è illimitata.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property IsUnlimited As Boolean
    Get
    Set
bool IsUnlimited { get; set; }
property bool IsUnlimited {
    bool get ();
    void set (bool value);
}
abstract IsUnlimited : bool with get, set
function get IsUnlimited () : boolean
function set IsUnlimited (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlFile Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel