Share via


TransactionStatement.Name Property

Gets or sets the name of the save point.

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

Syntax

'Declaration
Public Property Name As TSqlFragment
'Usage
Dim instance As TransactionStatement 
Dim value As TSqlFragment 

value = instance.Name

instance.Name = value
public TSqlFragment Name { get; set; }
public:
property TSqlFragment^ Name {
    TSqlFragment^ get ();
    void set (TSqlFragment^ value);
}
public function get Name () : TSqlFragment 
public function set Name (value : TSqlFragment)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Returns a TSqlFragment.

Remarks

Fragment is either an Identifier, Literal of type variable, or string.

.NET Framework Security

See Also

Reference

TransactionStatement Class

TransactionStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace