次の方法で共有


QueueStatement.QueueOptions プロパティ

キュー オプションの一覧を取得します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public ReadOnly Property QueueOptions As IList(Of QueueOption)
    Get
'使用
Dim instance As QueueStatement 
Dim value As IList(Of QueueOption)

value = instance.QueueOptions
public IList<QueueOption> QueueOptions { get; }
public:
property IList<QueueOption^>^ QueueOptions {
    IList<QueueOption^>^ get ();
}
member QueueOptions : IList<QueueOption>
function get QueueOptions () : IList<QueueOption>

プロパティ値

型: System.Collections.Generic.IList<QueueOption>
キュー オプションの一覧。

関連項目

参照

QueueStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間