Partager via


ISqlFile.MaxSize, propriété

Obtient ou définit la taille maximale du fichier.

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

Syntaxe

'Déclaration
Property MaxSize As Nullable(Of Integer)
    Get
    Set
Nullable<int> MaxSize { get; set; }
property Nullable<int> MaxSize {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
abstract MaxSize : Nullable<int> with get, set
function get MaxSize () : Nullable<int>
function set MaxSize (value : Nullable<int>)

Valeur de propriété

Type : System.Nullable<Int32>

Sécurité .NET Framework

Voir aussi

Référence

ISqlFile Interface

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