Condividi tramite


Proprietà QueueTSqlFragmentOption.TSqlFragment

Ottiene o imposta un elemento TSqlFragment.

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 TSqlFragment As TSqlFragment
    Get
    Set
public TSqlFragment TSqlFragment { get; set; }
public:
property TSqlFragment^ TSqlFragment {
    TSqlFragment^ get ();
    void set (TSqlFragment^ value);
}
member TSqlFragment : TSqlFragment with get, set
function get TSqlFragment () : TSqlFragment
function set TSqlFragment (value : TSqlFragment)

Valore proprietà

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

Note

Il valore può essere un elemento SchemaObjectName, Null o un valore letterale di tipo Integer.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

QueueTSqlFragmentOption Classe

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