Condividi tramite


Proprietà ISqlFile.Size

Ottiene o imposta la dimensione corrente del file.

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

Sintassi

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

Valore proprietà

Tipo: System.Nullable<Int32>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlFile Interfaccia

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