Sql90PlanGenerationOptions.IgnoreDdlTriggerState Property
Gets whether to ignore the DDL trigger state.
Namespace: Microsoft.Data.Schema.Sql.Build
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Property IgnoreDdlTriggerState As Boolean
Get
Friend Set
'Usage
Dim instance As Sql90PlanGenerationOptions
Dim value As Boolean
value = instance.IgnoreDdlTriggerState
public bool IgnoreDdlTriggerState { get; internal set; }
public:
property bool IgnoreDdlTriggerState {
bool get ();
internal: void set (bool value);
}
function get IgnoreDdlTriggerState () : boolean
internal function set IgnoreDdlTriggerState (value : boolean)
member IgnoreDdlTriggerState : bool with get, internal set
Property Value
Type: System.Boolean
.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.
See Also
Reference
Sql90PlanGenerationOptions Class