Enumeração BrokerPriorityParameterType
Specifies the types of broker priority parameter.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Enumeration BrokerPriorityParameterType
'Uso
Dim instance As BrokerPriorityParameterType
[SerializableAttribute]
public enum BrokerPriorityParameterType
[SerializableAttribute]
public enum class BrokerPriorityParameterType
[<SerializableAttribute>]
type BrokerPriorityParameterType
public enum BrokerPriorityParameterType
Membros
Nome do membro | Descrição | |
---|---|---|
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. |