Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the type of the parameter.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property ParameterType As BrokerPriorityParameterType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.BrokerPriorityParameterType
The type of the parameter.