Proprietà FileGroup.Size

Gets or sets the size of the file group in KB.

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

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Size As Double 
    Get
'Utilizzo
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

Valore proprietà

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

Esempi

Utilizzo degli oggetti di database

Vedere anche

Riferimento

FileGroup Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Utilizzo di file e filegroup

CREATE TABLE (Transact-SQL)