Compartir a través de


DataFile.Size Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Size As Double 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Ejemplos

Utilizar grupos de archivos y archivos para almacenar datos

Vea también

Referencia

DataFile Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Arquitectura de archivos y grupos de archivos

CREATE DATABASE (Transact-SQL)