Condividi tramite


Proprietà DataFile.Size

Gets or sets the current size of the data file in KB.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Size As Double 
    Get 
    Set
'Utilizzo
Dim instance As DataFile 
Dim value As Double 

value = instance.Size

instance.Size = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public double Size { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property double Size {
    double get ();
    void set (double value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Size : float with get, set
function get Size () : double 
function set Size (value : double)

Valore proprietà

Tipo: System.Double
A Double value that specifies the current size of the database in KB.

Esempi

Utilizzo di filegroup e file per archiviare dati

Vedere anche

Riferimento

DataFile Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Architettura di file e filegroup

CREATE DATABASE (Transact-SQL)