FileGroup 属性

Gets or sets the filegroup in which the index pages are stored.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Property FileGroup As IFileGroup
    Get
    Set
用法
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)

属性值

类型:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IFileGroup
The IFileGroup object that represents the filegroup in which the index pages are stored.

实现

IRelationalIndex. . :: . .FileGroup