共用方式為


TextFileGroup 屬性

Gets or sets the file group in which all the textual data in the table is stored.

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

語法

'宣告
<DisplayNameKeyAttribute("Table_TextFileGroupName")> _
<DisplayDescriptionKeyAttribute("Table_TextFileGroupDesc")> _
Property TextFileGroup As String
    Get
    Set
'用途
Dim instance As ITableOptions
Dim value As String

value = instance.TextFileGroup

instance.TextFileGroup = value
[DisplayNameKeyAttribute("Table_TextFileGroupName")]
[DisplayDescriptionKeyAttribute("Table_TextFileGroupDesc")]
string TextFileGroup { get; set; }
[DisplayNameKeyAttribute(L"Table_TextFileGroupName")]
[DisplayDescriptionKeyAttribute(L"Table_TextFileGroupDesc")]
property String^ TextFileGroup {
    String^ get ();
    void set (String^ value);
}
[<DisplayNameKeyAttribute("Table_TextFileGroupName")>]
[<DisplayDescriptionKeyAttribute("Table_TextFileGroupDesc")>]
abstract TextFileGroup : string with get, set
function get TextFileGroup () : String
function set TextFileGroup (value : String)

屬性值

型別:System. . :: . .String
A String value that specifies the file group in which all the textual data in the table is stored.