Propriedade BrokerPriorityParameter.IsDefaultOrAny

Obtém ou define o broker tipo especial de parâmetro de prioridade.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.BrokerPriorityParameterSpecialType
Retorna um BrokerPriorityParameterSpecialType valor de enumeração.

Comentários

Especifica se o parâmetro pode levar padrão ou como valores.

Segurança do .NET Framework

Consulte também

Referência

BrokerPriorityParameter Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql