Compartir a través de


BrokerPriorityParameter.ParameterType Propiedad

Gets the type of the parameter.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property ParameterType As BrokerPriorityParameterType 
    Get 
    Set
'Uso
Dim instance As BrokerPriorityParameter 
Dim value As BrokerPriorityParameterType 

value = instance.ParameterType

instance.ParameterType = value
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 la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.BrokerPriorityParameterType
The type of the parameter.

Vea también

Referencia

BrokerPriorityParameter Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom