Gets or sets the Options in WITH clause - different options for trigger and function
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public ReadOnly Property Options As IList(Of TriggerOption)
Get
'用途
Dim instance As TriggerStatementBody
Dim value As IList(Of TriggerOption)
value = instance.Options
public IList<TriggerOption> Options { get; }
public:
property IList<TriggerOption^>^ Options {
IList<TriggerOption^>^ get ();
}
member Options : IList<TriggerOption>
function get Options () : IList<TriggerOption>
屬性值
型別:System.Collections.Generic.IList<TriggerOption>
The Options in WITH clause.