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)