BrokerPriorityParameterType 枚举
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. |