Condividi tramite


Proprietà CreateTableStatement.TextImageOn

Ottiene o imposta l'identificatore del filegroup che viene dopo textimage_on.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property TextImageOn As TSqlFragment
    Get
    Set
public TSqlFragment TextImageOn { get; set; }
public:
property TSqlFragment^ TextImageOn {
    TSqlFragment^ get ();
    void set (TSqlFragment^ value);
}
member TextImageOn : TSqlFragment with get, set
function get TextImageOn () : TSqlFragment
function set TextImageOn (value : TSqlFragment)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Restituisce un elemento TSqlFragment.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CreateTableStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql