Compartir a través de


BrokerPriorityParameter.ParameterType (Propiedad)

Obtiene o establece el tipo 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 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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

BrokerPriorityParameter Clase

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