Condividi tramite


Proprietà BeginTransactionStatement.MarkDefined

Ottiene o imposta un valore che indica se il contrassegno è definito.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property MarkDefined As Boolean
    Get
    Set
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)

Valore proprietà

Tipo: System.Boolean
Restituisce true se il contrassegno è definito; in caso contrario, false.

Note

Il controllo del valore Null per la proprietà MarkDescription non è sufficiente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

BeginTransactionStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql