BrokerPriorityParameter.ParameterType 属性

获取或设置 Broker 优先级别参数的类型。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property ParameterType As BrokerPriorityParameterType
    Get
    Set
public BrokerPriorityParameterType ParameterType { get; set; }
public:
property BrokerPriorityParameterType ParameterType {
    BrokerPriorityParameterType get ();
    void set (BrokerPriorityParameterType value);
}
member ParameterType : BrokerPriorityParameterType with get, set
function get ParameterType () : BrokerPriorityParameterType
function set ParameterType (value : BrokerPriorityParameterType)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.BrokerPriorityParameterType
返回一个 BrokerPriorityParameterType 枚举值。

.NET Framework 安全性

请参见

参考

BrokerPriorityParameter 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间