Utility.TotalStorageCapacity 属性

Gets the storage capacity of the Utility.

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

语法

声明
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property TotalStorageCapacity As Double 
    Get
用法
Dim instance As Utility 
Dim value As Double 

value = instance.TotalStorageCapacity
[SfcPropertyAttribute(Data = true)]
public double TotalStorageCapacity { get; }
[SfcPropertyAttribute(Data = true)]
public:
property double TotalStorageCapacity {
    double get ();
}
[<SfcPropertyAttribute(Data = true)>]
member TotalStorageCapacity : float
function get TotalStorageCapacity () : double

属性值

类型:System.Double
A Double value that specifies the storage capacity, in megabytes, of the Utility.

请参阅

参考

Utility 类

Microsoft.SqlServer.Management.Utility 命名空间