Dela via


ISql90ServerOptions.DoAllowServerTriggerRecursion Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property DoAllowServerTriggerRecursion As Nullable(Of Boolean)
'Usage
Dim instance As ISql90ServerOptions 
Dim value As Nullable(Of Boolean)

value = instance.DoAllowServerTriggerRecursion

instance.DoAllowServerTriggerRecursion = value
Nullable<bool> DoAllowServerTriggerRecursion { get; set; }
property Nullable<bool> DoAllowServerTriggerRecursion {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
function get DoAllowServerTriggerRecursion () : Nullable<boolean>
function set DoAllowServerTriggerRecursion (value : Nullable<boolean>)

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISql90ServerOptions Interface

ISql90ServerOptions Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace