BrokerPriorityParameter.IsDefaultOrAny 属性

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

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

语法

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

属性值

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

备注

指定该参数是否可以采取 DEFAULT 或 ANY 作为值。

.NET Framework 安全性

请参见

参考

BrokerPriorityParameter 类

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