BrokerPriorityParameter.ParameterType 属性

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.

请参阅

参考

BrokerPriorityParameter 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间