Свойство FileGroup
Gets the filegroup in which the index pages are stored.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property FileGroup As IFileGroup
Get
'Применение
Dim instance As IRelationalIndex
Dim value As IFileGroup
value = instance.FileGroup
IFileGroup FileGroup { get; }
property IFileGroup^ FileGroup {
IFileGroup^ get ();
}
abstract FileGroup : IFileGroup
function get FileGroup () : IFileGroup
Значение свойства
Тип: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IFileGroup
The IFileGroup object that represents the filegroup in which the index pages are stored.