IMutableRelationalIndex.FileGroup Property
Gets or sets 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
Property FileGroup As IFileGroup
Get
Set
'Usage
Dim instance As IMutableRelationalIndex
Dim value As IFileGroup
value = instance.FileGroup
instance.FileGroup = value
IFileGroup FileGroup { get; set; }
property IFileGroup^ FileGroup {
IFileGroup^ get ();
void set (IFileGroup^ value);
}
abstract FileGroup : IFileGroup with get, set
function get FileGroup () : IFileGroup
function set FileGroup (value : IFileGroup)
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IFileGroup
The IFileGroup object that represents the filegroup in which the index pages are stored.