SqlDdlTriggerScope 열거형
데이터 정의 변경 이벤트와 연결된 DDL(데이터 정의 언어) 트리거의 범위를 모델링합니다.
네임스페이스: Microsoft.Data.Schema.Sql.SchemaModel
어셈블리: Microsoft.Data.Schema.Sql(Microsoft.Data.Schema.Sql.dll)
구문
‘선언
Public Enumeration SqlDdlTriggerScope
public enum SqlDdlTriggerScope
public enum class SqlDdlTriggerScope
type SqlDdlTriggerScope
public enum SqlDdlTriggerScope
멤버
멤버 이름 | 설명 | |
---|---|---|
Unknown | 트리거 범위를 알 수 없음으로 지정합니다. | |
Database | DLL 트리거의 범위를 현재 데이터베이스에 적용합니다. | |
AllServer | 로그온 트리거 또는 DLL의 범위를 현재 서버에 적용합니다. |