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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.