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 types of message senders.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration MessageSender
'Usage
Dim instance As MessageSender
public enum MessageSender
public enum class MessageSender
type MessageSender
public enum MessageSender
Members
Member name | Description | |
---|---|---|
Any | The Sender is Any. | |
Initiator | The Sender is Initiator. | |
None | The Sender is None. | |
Target | The Sender is Target. |