Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
Espacio de nombres Microsoft.SqlServer.Management.Smo