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.
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. |