ServerAdapterBase.ServerTriggerRecursionEnabled Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the Boolean value that determines whether the referenced property is enabled.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

public bool ServerTriggerRecursionEnabled { get; set; }
public:
property bool ServerTriggerRecursionEnabled {
    virtual bool get() sealed;
    virtual void set(bool value) sealed;
}
abstract ServerTriggerRecursionEnabled : bool with get, set
override ServerTriggerRecursionEnabled : bool with get, set
Public Property ServerTriggerRecursionEnabled As Boolean

Property Value

Type: System.Boolean

A Boolean value whether the referenced property is enabled.

If True, the property is enabled. Otherwise, False.

See Also

ServerAdapterBase Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top