Partilhar via


Propriedade ISqlFile.IsUnlimited

Obtém ou define um valor que indica se o crescimento do arquivo é ilimitado.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISqlFile Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel