Propriedade Size
Gets or sets the size of the file group in MB.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: System. . :: . .Double
A Double value that specifies the size of the file group in MB.
Consulte também