共用方式為


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 命名空間