Share via


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)