Compartilhar via


Propriedade do RDL BeginTransactionStatement.MarkDefined

Gets or sets whether the mark is defined.

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

Sintaxe

'Declaração
Public Property MarkDefined As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

BeginTransactionStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom