Udostępnij za pośrednictwem


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

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property TextFileGroup As String
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)] 
public string TextFileGroup { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)] 
public:
virtual property String^ TextFileGroup {
    String^ get () sealed;
    void set (String^ value) sealed;
}
/** @property */
public final String get_TextFileGroup ()

/** @property */
public final void set_TextFileGroup (String value)
public final function get TextFileGroup () : String

public final function set TextFileGroup (value : String)

Property Value

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

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.