BrokerPriorityParameterType Enumeration
Specifies a broker priority parameter type.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration BrokerPriorityParameterType
[SerializableAttribute]
public enum BrokerPriorityParameterType
[SerializableAttribute]
public enum class BrokerPriorityParameterType
[<SerializableAttribute>]
type BrokerPriorityParameterType
public enum BrokerPriorityParameterType
Members
Member name | Description | |
---|---|---|
Unknown | Type is Unknown | |
ContractName | Type is ContractName | |
LocalServiceName | Type is LocalServiceName | |
RemoteServiceName | Type is RemoteServiceName | |
PriorityLevel | Type is PriorityLevel |