Condividi tramite


Proprietà TransactionStatement.Name

Ottiene o imposta il nome del punto di salvataggio.

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

Valore proprietà

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

Note

Il frammento è un identificatore, un valore letterale di tipo variabile, o una stringa.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TransactionStatement Classe

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