ITableOptions.TextFileGroup Property
Gets or sets the file group in which all the textual data in the table is 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_TextFileGroupName")> _
<DisplayDescriptionKeyAttribute("Table_TextFileGroupDesc")> _
Property TextFileGroup As String
[DisplayNameKeyAttribute("Table_TextFileGroupName")]
[DisplayDescriptionKeyAttribute("Table_TextFileGroupDesc")]
string TextFileGroup { get; set; }
[DisplayNameKeyAttribute(L"Table_TextFileGroupName")]
[DisplayDescriptionKeyAttribute(L"Table_TextFileGroupDesc")]
property String^ TextFileGroup {
String^ get ();
void set (String^ value);
}
/** @property */
String get_TextFileGroup ()
/** @property */
void set_TextFileGroup (String value)
function get TextFileGroup () : String
function set TextFileGroup (value : String)
Property Value
A String value that specifies the file group in which all the textual data in the table is 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.