BrokerPriorityParameterType 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 BrokerPriorityParameterType
'Usage
Dim instance As BrokerPriorityParameterType
[SerializableAttribute]
public enum BrokerPriorityParameterType
[SerializableAttribute]
public enum class BrokerPriorityParameterType
[<SerializableAttribute>]
type BrokerPriorityParameterType
public enum BrokerPriorityParameterType

Members

Member name Description
ContractName The type is ContractName.
LocalServiceName The type is LocalServiceName.
PriorityLevel The type is PriorityLevel.
RemoteServiceName The type is RemoteServiceName.
Unknown The type is Unknown.

See Also

Reference

Microsoft.SqlServer.TransactSql.ScriptDom Namespace