BrokerPriorityParameter.ParameterType プロパティ

ブローカ優先度パラメータの型を取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property ParameterType As BrokerPriorityParameterType
'使用
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);
}
public function get ParameterType () : BrokerPriorityParameterType
public function set ParameterType (value : BrokerPriorityParameterType)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.BrokerPriorityParameterType
BrokerPriorityParameterType 列挙値を返します。

参照

参照

BrokerPriorityParameter クラス

BrokerPriorityParameter メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間