QueueStatement.QueueOptions 屬性

Gets a list of queue options.

命名空間:  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>
A list of queue options.

請參閱

參考

QueueStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間