Свойство FileGroups
Gets a collection of filegroups that are defined in the database.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property FileGroups As IMetadataCollection(Of IFileGroup)
Get
'Применение
Dim instance As IPartitionScheme
Dim value As IMetadataCollection(Of IFileGroup)
value = instance.FileGroups
IMetadataCollection<IFileGroup> FileGroups { get; }
property IMetadataCollection<IFileGroup^>^ FileGroups {
IMetadataCollection<IFileGroup^>^ get ();
}
abstract FileGroups : IMetadataCollection<IFileGroup>
function get FileGroups () : IMetadataCollection<IFileGroup>
Значение свойства
Тип: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'IFileGroup> ) > ) >
An IMetadataCollection<(Of <(<'T>)>)> of IFileGroup that contains the filegroups that are defined in the database.