Udostępnij przez


ITableOptions.FileGroup Property

Gets or sets the file group in which the table is physically stored. This property is not CLS-compliant.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<DisplayNameKeyAttribute("Table_FileGroupName")> _
<DisplayDescriptionKeyAttribute("Table_FileGroupDesc")> _
Property FileGroup As String
[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);
}
/** @property */
String get_FileGroup ()

/** @property */
void set_FileGroup (String value)
function get FileGroup () : String

function set FileGroup (value : String)

Property Value

A String value that contains the file group in which the table is physically stored.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.