Partager via


ISqlFile.IsUnlimited, propriété

Obtient ou définit une valeur qui indique si la croissance du fichier est illimitée.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISqlFile Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms