Share via


ExecuteStatement.Options Property

Gets a list of execute options.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property Options As IList(Of ExecuteOption)
    Get
'Usage
Dim instance As ExecuteStatement 
Dim value As IList(Of ExecuteOption)

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

Property Value

Type: System.Collections.Generic.IList<ExecuteOption>
A list of execute options.

See Also

Reference

ExecuteStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace