BeginTransactionStatement.MarkDefined Property
Gets or sets whether the mark is defined.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property MarkDefined As Boolean
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
Returns true if the mark is defined, false otherwise.
Remarks
Checking MarkDescription for NULL is not sufficient.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.