Compartir a través de


FileGroup.Size Propiedad

Gets or sets the size of the file group 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 ReadOnly Property Size As Double 
    Get
'Uso
Dim instance As FileGroup 
Dim value As Double 

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

Valor de la propiedad

Tipo: System.Double
A Double value that specifies the size of the file group in KB.

Ejemplos

Trabajar con objetos de bases de datos

Vea también

Referencia

FileGroup Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Usar archivos y grupos de archivos

CREATE TABLE (Transact-SQL)