Compartilhar via


Propriedade do RDL BrokerPriorityParameter.ParameterType

Gets the type of the parameter.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

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

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

Consulte também

Referência

BrokerPriorityParameter Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom