PartitionScheme.FileGroups 属性

Represents a collection of FileGroup objects. Each FileGroup object represents a filegroup defined on the database.

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

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property FileGroups As StringCollection 
    Get
用法
Dim instance As PartitionScheme 
Dim value As StringCollection 

value = instance.FileGroups
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public StringCollection FileGroups { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property StringCollection^ FileGroups {
    StringCollection^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member FileGroups : StringCollection
function get FileGroups () : StringCollection

属性值

类型:System.Collections.Specialized.StringCollection
A FileGroupCollection object that represents all the filegroups on the database.

示例

使用文件组和文件存储数据

请参阅

参考

PartitionScheme 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

CREATE PARTITION SCHEME (Transact-SQL)