BrokerPriorityParameter.ParameterType Property

 

Applies To: SQL Server 2016 Preview

Gets the type of the parameter.

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

Syntax

public BrokerPriorityParameterType ParameterType { get; set; }
public:
property BrokerPriorityParameterType ParameterType {
    BrokerPriorityParameterType get();
    void set(BrokerPriorityParameterType value);
}
member ParameterType : BrokerPriorityParameterType with get, set
Public Property ParameterType As BrokerPriorityParameterType

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.BrokerPriorityParameterType

The type of the parameter.

See Also

BrokerPriorityParameter Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top