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> _
Public ReadOnly Property FileGroups As StringCollection
Get
用法
Dim instance As PartitionScheme
Dim value As StringCollection
value = instance.FileGroups
[SfcPropertyAttribute]
public StringCollection FileGroups { get; }
[SfcPropertyAttribute]
public:
property StringCollection^ FileGroups {
StringCollection^ get ();
}
[<SfcPropertyAttribute>]
member FileGroups : StringCollection
function get FileGroups () : StringCollection
属性值
类型:System.Collections.Specialized. . :: . .StringCollection
A FileGroupCollection object that represents all the filegroups on the database.