BrokerPriorityParameter.IsDefaultOrAny 属性

Gets or sets a value that indicates whether the parameter can take DEFAULT or ANY as values.

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

语法

声明
Public Property IsDefaultOrAny As BrokerPriorityParameterSpecialType 
    Get 
    Set
用法
Dim instance As BrokerPriorityParameter 
Dim value As BrokerPriorityParameterSpecialType 

value = instance.IsDefaultOrAny

instance.IsDefaultOrAny = value
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.SqlServer.TransactSql.ScriptDom.BrokerPriorityParameterSpecialType
A value that indicates whether the parameter is a DEFAULT or ANY as values.

请参阅

参考

BrokerPriorityParameter 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间