SqlMessageSentByType Enumeration
Specifies the message sender type.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Enumeration SqlMessageSentByType
public enum SqlMessageSentByType
public enum class SqlMessageSentByType
type SqlMessageSentByType
public enum SqlMessageSentByType
Members
Member name | Description | |
---|---|---|
Unknown | Specifies that the message sender is unknown. | |
Initiator | Specifies messages sent by the initiator. | |
Target | Specifies messages sent by the target. | |
Any | Specifies all messages sent. |