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.