ITableOptions.TextFileGroup Property
Gets or sets the file group in which all the textual data in the table is stored.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayNameKeyAttribute("Table_TextFileGroupName")> _
<DisplayDescriptionKeyAttribute("Table_TextFileGroupDesc")> _
Property TextFileGroup As String
Get
Set
'Usage
Dim instance As ITableOptions
Dim value As String
value = instance.TextFileGroup
instance.TextFileGroup = value
[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);
}
[<DisplayNameKeyAttribute("Table_TextFileGroupName")>]
[<DisplayDescriptionKeyAttribute("Table_TextFileGroupDesc")>]
abstract TextFileGroup : string with get, set
function get TextFileGroup () : String
function set TextFileGroup (value : String)
Property Value
Type: System.String
A String value that specifies the file group in which all the textual data in the table is stored.