Specifies the types of broker priority parameter.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
<SerializableAttribute> _
Public Enumeration BrokerPriorityParameterType
'用途
Dim instance As BrokerPriorityParameterType
[SerializableAttribute]
public enum BrokerPriorityParameterType
[SerializableAttribute]
public enum class BrokerPriorityParameterType
[<SerializableAttribute>]
type BrokerPriorityParameterType
public enum BrokerPriorityParameterType
成員
| 成員名稱 | 說明 | |
|---|---|---|
| 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. |