Свойство Size
Gets or sets the size of the file group in MB.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public ReadOnly Property Size As Double
Get
'Применение
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
Значение свойства
Тип System. . :: . .Double
A Double value that specifies the size of the file group in MB.
См. также