Configuration.DisallowResultsFromTriggers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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