TextFileGroup propriété
Gets or sets the file group in which all the textual data in the table is stored.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<DisplayNameKeyAttribute("Table_TextFileGroupName")> _
<DisplayDescriptionKeyAttribute("Table_TextFileGroupDesc")> _
Property TextFileGroup As String
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .String
A String value that specifies the file group in which all the textual data in the table is stored.