Condividi tramite


Proprietà BrokerPriorityParameter.IsDefaultOrAny

Ottiene o imposta il tipo speciale di parametro della priorità del Service Broker.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.BrokerPriorityParameterSpecialType
Restituisce un valore di enumerazione BrokerPriorityParameterSpecialType.

Note

Specifica se il parametro può avere DEFAULT o ANY come valori.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

BrokerPriorityParameter Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql