SqlMessageSentByType 열거형
메시지를 보낸 사람의 유형을 지정합니다.
네임스페이스: Microsoft.Data.Schema.Sql.SchemaModel
어셈블리: Microsoft.Data.Schema.Sql(Microsoft.Data.Schema.Sql.dll)
구문
‘선언
Public Enumeration SqlMessageSentByType
public enum SqlMessageSentByType
public enum class SqlMessageSentByType
type SqlMessageSentByType
public enum SqlMessageSentByType
멤버
멤버 이름 | 설명 | |
---|---|---|
Unknown | 메시지 보낸 사람을 알 수 없음으로 지정합니다. | |
Initiator | 개시자가 보낸 메시지를 지정합니다. | |
Target | 대상이 보낸 메시지를 지정합니다. | |
Any | 보낸 메시지를 모두 지정합니다. |