Sdílet prostřednictvím


Table.TextFileGroup Property

Gets or sets the filegroup that is used to maintain long, variable-length data stored in the table.

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

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property TextFileGroup As String
    Get
    Set
'Usage
Dim instance As Table
Dim value As String

value = instance.TextFileGroup

instance.TextFileGroup = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public string TextFileGroup { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
virtual property String^ TextFileGroup {
    String^ get () sealed;
    void set (String^ value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
abstract TextFileGroup : string with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
override TextFileGroup : string with get, set
final function get TextFileGroup () : String
final function set TextFileGroup (value : String)

Property Value

Type: System.String
A String value that specifies filegroup where long, variable-length data is stored in the table.

Implements

ITableOptions.TextFileGroup