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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.