Propriedade TransactionStatement.Name

Obtém ou define o nome do salvamento ponto.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Retorna um TSqlFragment.

Comentários

Fragmento é um identificador, um literal de variável de tipo ou uma seqüência de caracteres.

Segurança do .NET Framework

Consulte também

Referência

TransactionStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql