BrokerPriorityParameter.IsDefaultOrAny プロパティ

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

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

構文

'宣言
Public Property IsDefaultOrAny As BrokerPriorityParameterSpecialType
'使用
Dim instance As BrokerPriorityParameter
Dim value As BrokerPriorityParameterSpecialType

value = instance.IsDefaultOrAny

instance.IsDefaultOrAny = value
public BrokerPriorityParameterSpecialType IsDefaultOrAny { get; set; }
public:
property BrokerPriorityParameterSpecialType IsDefaultOrAny {
    BrokerPriorityParameterSpecialType get ();
    void set (BrokerPriorityParameterSpecialType value);
}
public function get IsDefaultOrAny () : BrokerPriorityParameterSpecialType
public function set IsDefaultOrAny (value : BrokerPriorityParameterSpecialType)

プロパティ値

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

解説

パラメータが値として DEFAULT を受け入れるか ANY を受け入れるかを指定します。

参照

参照

BrokerPriorityParameter クラス

BrokerPriorityParameter メンバ

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