Size Propiedad
Gets or sets the size of the file group in MB.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property Size As Double
Get
'Uso
Dim instance As FileGroup
Dim value As Double
value = instance.Size
[SfcPropertyAttribute]
public double Size { get; }
[SfcPropertyAttribute]
public:
property double Size {
double get ();
}
[<SfcPropertyAttribute>]
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 MB.
Vea también