Broker の優先度パラメーターの種類を指定します。
名前空間: 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 | 種類は ContractName です。 | |
| LocalServiceName | 種類は LocalServiceName です。 | |
| PriorityLevel | 種類は PriorityLevel です。 | |
| RemoteServiceName | 種類は RemoteServiceName です。 | |
| Unknown | 種類は Unknown です。 |