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