ServiceBrokerOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Possible service broker options for CREATE DATABASE statement
[System.Serializable]
public enum ServiceBrokerOption
[<System.Serializable>]
type ServiceBrokerOption =
Public Enum ServiceBrokerOption
- Inheritance
-
ServiceBrokerOption
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
EnableBroker | 1 | |
NewBroker | 2 | |
ErrorBrokerConversations | 3 |