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 指定已发送的所有消息。

请参见

参考

Microsoft.Data.Schema.Sql.SchemaModel 命名空间