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.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间