Enumeração BrokerPriorityParameterSpecialType
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 BrokerPriorityParameterSpecialType
'Uso
Dim instance As BrokerPriorityParameterSpecialType
[SerializableAttribute]
public enum BrokerPriorityParameterSpecialType
[SerializableAttribute]
public enum class BrokerPriorityParameterSpecialType
[<SerializableAttribute>]
type BrokerPriorityParameterSpecialType
public enum BrokerPriorityParameterSpecialType
Membros
Nome do membro | Descrição | |
---|---|---|
Any | The type is Any. | |
Default | The type is Default. | |
None | The type is None. |