Partager via


Propriété BrokerPriorityParameter.ParameterType

Gets the type of the parameter.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property ParameterType As BrokerPriorityParameterType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

BrokerPriorityParameter Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom