Share via


FileGroup.Size 속성

Gets or sets the size of the file group in KB.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Size As Double 
    Get
‘사용 방법
Dim instance As FileGroup 
Dim value As Double 

value = instance.Size
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public double Size { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property double Size {
    double get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Size : float
function get Size () : double

속성 값

유형: System.Double
A Double value that specifies the size of the file group in KB.

데이터베이스 개체 작업

참고 항목

참조

FileGroup 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

파일 및 파일 그룹 사용

CREATE TABLE(Transact-SQL)