IRelationalIndex.FileGroup Property
Gets the filegroup in which the index pages are stored.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property FileGroup As IFileGroup
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IFileGroup
The IFileGroup object that represents the filegroup in which the index pages are stored.