Compartir a través de


ISqlFile.MaxSize (Propiedad)

Obtiene o establece el tamaño máximo del archivo.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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>)

Valor de propiedad

Tipo: System.Nullable<Int32>

Seguridad de .NET Framework

Vea también

Referencia

ISqlFile Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)