Size 属性

Gets the size of the database in megabytes (MB).

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<DisplayNameKeyAttribute("Database_SizeName")> _
<DisplayDescriptionKeyAttribute("Database_SizeDesc")> _
ReadOnly Property Size As Double
    Get
用法
Dim instance As IDatabasePerformanceFacet
Dim value As Double

value = instance.Size
[DisplayNameKeyAttribute("Database_SizeName")]
[DisplayDescriptionKeyAttribute("Database_SizeDesc")]
double Size { get; }
[DisplayNameKeyAttribute(L"Database_SizeName")]
[DisplayDescriptionKeyAttribute(L"Database_SizeDesc")]
property double Size {
    double get ();
}
[<DisplayNameKeyAttribute("Database_SizeName")>]
[<DisplayDescriptionKeyAttribute("Database_SizeDesc")>]
abstract Size : float
function get Size () : double

属性值

类型:System. . :: . .Double
A Double value that specifies the database in megabytes (MB).