Configuration.DisallowResultsFromTriggers Property

Definition

Use the disallow results from triggers option to control whether triggers return result sets. Triggers that return result sets may cause unexpected behavior in applications that are not designed to work with them. When set to 1, the disallow results from triggers option is set to ON. The default setting for this option is 0 (OFF).

public Microsoft.SqlServer.Management.Smo.ConfigProperty DisallowResultsFromTriggers { get; }
member this.DisallowResultsFromTriggers : Microsoft.SqlServer.Management.Smo.ConfigProperty
Public ReadOnly Property DisallowResultsFromTriggers As ConfigProperty

Property Value

Applies to