FileGroup 属性

Gets or sets the file group in which the table is physically stored.

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

语法

声明
<DisplayNameKeyAttribute("Table_FileGroupName")> _
<DisplayDescriptionKeyAttribute("Table_FileGroupDesc")> _
Property FileGroup As String
    Get
    Set
用法
Dim instance As ITableOptions
Dim value As String

value = instance.FileGroup

instance.FileGroup = value
[DisplayNameKeyAttribute("Table_FileGroupName")]
[DisplayDescriptionKeyAttribute("Table_FileGroupDesc")]
string FileGroup { get; set; }
[DisplayNameKeyAttribute(L"Table_FileGroupName")]
[DisplayDescriptionKeyAttribute(L"Table_FileGroupDesc")]
property String^ FileGroup {
    String^ get ();
    void set (String^ value);
}
[<DisplayNameKeyAttribute("Table_FileGroupName")>]
[<DisplayDescriptionKeyAttribute("Table_FileGroupDesc")>]
abstract FileGroup : string with get, set
function get FileGroup () : String
function set FileGroup (value : String)

属性值

类型:System. . :: . .String
A String value that contains the file group in which the table is physically stored.