Свойство AssemblyStatement.Options

Gets or sets the collection of assembly options.

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

Синтаксис

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

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

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

Тип: System.Collections.Generic.IList<AssemblyOption>
The collection of assembly options.

См. также

Справочник

AssemblyStatement Класс

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