Compartir a través de


BeginTransactionStatement.MarkDefined Propiedad

Gets or sets whether the mark is defined.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

BeginTransactionStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom