TextFileGroup Propiedad
Gets or sets the filegroup that is used to maintain long, variable-length data stored in the table.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property TextFileGroup As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System. . :: . .String
A String value that specifies filegroup where long, variable-length data is stored in the table.
Implementa
Vea también