Partager via


Propriété BeginTransactionStatement.MarkDefined

Gets or sets whether the mark is defined.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property MarkDefined As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

BeginTransactionStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom