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 broker priority parameter.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration BrokerPriorityParameterSpecialType
'Usage
Dim instance As BrokerPriorityParameterSpecialType
[SerializableAttribute]
public enum BrokerPriorityParameterSpecialType
[SerializableAttribute]
public enum class BrokerPriorityParameterSpecialType
[<SerializableAttribute>]
type BrokerPriorityParameterSpecialType
public enum BrokerPriorityParameterSpecialType
Members
Member name | Description | |
---|---|---|
Any | The type is Any. | |
Default | The type is Default. | |
None | The type is None. |