共用方式為


TextFileGroup 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property TextFileGroup As String
    Get
    Set
'用途
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)

屬性值

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

實作

ITableOptions. . :: . .TextFileGroup