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.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<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.