Dela via


BeginTransactionStatement.MarkDescription Property

Gets or sets the description of the mark.

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

Syntax

'Declaration
Public Property MarkDescription As Literal
'Usage
Dim instance As BeginTransactionStatement 
Dim value As Literal 

value = instance.MarkDescription

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

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.Literal

Remarks

Can be an AsciiStringLiteral, UnicodeStringLiteral, or a variable.

.NET Framework Security

See Also

Reference

BeginTransactionStatement Class

BeginTransactionStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace