Gets the type of the parameter.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property ParameterType As BrokerPriorityParameterType
Get
Set
'用途
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)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.BrokerPriorityParameterType
The type of the parameter.