IDatabasePerformanceFacet.Size 属性

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

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

语法

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

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

属性值

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

请参阅

参考

IDatabasePerformanceFacet 接口

Microsoft.SqlServer.Management.Smo 命名空间