Partager via


TextFileGroup propriété

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property TextFileGroup As String
    Get
    Set
'Utilisation
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)

Valeur de la propriété

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

Implémente

ITableOptions. . :: . .TextFileGroup