次の方法で共有


BrokerPriorityParameter.ParameterType プロパティ

パラメーターの型を取得します。

名前空間:  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
パラメーターの型。

関連項目

参照

BrokerPriorityParameter クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間