Compartir a través de


BrokerPriorityParameter.IsDefaultOrAny (Propiedad)

Obtiene o establece el tipo especial del parámetro de prioridad de Broker.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.BrokerPriorityParameterSpecialType
Devuelve un valor de enumeración BrokerPriorityParameterSpecialType.

Comentarios

Especifica si el parámetro puede tomar DEFAULT o ANY como valores.

Seguridad de .NET Framework

Vea también

Referencia

BrokerPriorityParameter Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)