BrokerPriorityParameterSpecialType 枚举

Specifies the types of broker priority parameter.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
<SerializableAttribute> _
Public Enumeration BrokerPriorityParameterSpecialType
用法
Dim instance As BrokerPriorityParameterSpecialType
[SerializableAttribute]
public enum BrokerPriorityParameterSpecialType
[SerializableAttribute]
public enum class BrokerPriorityParameterSpecialType
[<SerializableAttribute>]
type BrokerPriorityParameterSpecialType
public enum BrokerPriorityParameterSpecialType

成员

成员名称 说明
Any The type is Any.
Default The type is Default.
None The type is None.

请参阅

参考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间