BrokerPriorityParameterSpecialType Enumeration

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.

See Also

Reference

Microsoft.SqlServer.TransactSql.ScriptDom Namespace