QueueOption.QueueOptionType プロパティ

キュー オプションの種類を取得または設定します。

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

構文

'宣言
Public Property QueueOptionType As QueueOptionType
'使用
Dim instance As QueueOption
Dim value As QueueOptionType

value = instance.QueueOptionType

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

プロパティ値

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

参照

参照

QueueOption クラス

QueueOption メンバ

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