Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the trigger scope value.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property TriggerScope As TriggerScope
Get
Set
'Usage
Dim instance As DropTriggerStatement
Dim value As TriggerScope
value = instance.TriggerScope
instance.TriggerScope = value
public TriggerScope TriggerScope { get; set; }
public:
property TriggerScope TriggerScope {
TriggerScope get ();
void set (TriggerScope value);
}
member TriggerScope : TriggerScope with get, set
function get TriggerScope () : TriggerScope
function set TriggerScope (value : TriggerScope)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.TriggerScope
The trigger scope value.