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 네임스페이스