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.