Свойство ProcedureStatementBody.Options

Gets or sets the procedure with options.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property Options As IList(Of ProcedureOption)
    Get
'Применение
Dim instance As ProcedureStatementBody 
Dim value As IList(Of ProcedureOption)

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

Значение свойства

Тип: System.Collections.Generic.IList<ProcedureOption>
The procedure with options.

См. также

Справочник

ProcedureStatementBody Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom