共用方式為


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.