TriggerScope 열거형
Represents the types of trigger scope.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
<SerializableAttribute> _
Public Enumeration TriggerScope
‘사용 방법
Dim instance As TriggerScope
[SerializableAttribute]
public enum TriggerScope
[SerializableAttribute]
public enum class TriggerScope
[<SerializableAttribute>]
type TriggerScope
public enum TriggerScope
멤버
멤버 이름 | 설명 | |
---|---|---|
AllServer | The scope is AllServer. | |
Database | The scope is Database. | |
Normal | The scope is Normal. |