Compartilhar via


Propriedade BrokerPriorityParameter.ParameterType

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

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

Sintaxe

'Declaração
Public Property ParameterType As BrokerPriorityParameterType
    Get
    Set
public BrokerPriorityParameterType ParameterType { get; set; }
public:
property BrokerPriorityParameterType ParameterType {
    BrokerPriorityParameterType get ();
    void set (BrokerPriorityParameterType value);
}
member ParameterType : BrokerPriorityParameterType with get, set
function get ParameterType () : BrokerPriorityParameterType
function set ParameterType (value : BrokerPriorityParameterType)

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

BrokerPriorityParameter Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql