Share via


BeginTransactionStatement.MarkDefined Property

Gets or sets whether the mark is defined.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property MarkDefined As Boolean 
    Get 
    Set
'Usage
Dim instance As BeginTransactionStatement 
Dim value As Boolean 

value = instance.MarkDefined

instance.MarkDefined = value
public bool MarkDefined { get; set; }
public:
property bool MarkDefined {
    bool get ();
    void set (bool value);
}
member MarkDefined : bool with get, set
function get MarkDefined () : boolean 
function set MarkDefined (value : boolean)

Property Value

Type: System.Boolean
true if whether the mark is defined; otherwise, false.

See Also

Reference

BeginTransactionStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace