共用方式為


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