AssemblyStatement.Options Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the collection of assembly options.

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

Syntax

public IList<AssemblyOption> Options { get; }
public:
property IList<AssemblyOption^>^ Options {
    IList<AssemblyOption^>^ get();
}
member Options : IList<AssemblyOption> with get
Public ReadOnly Property Options As IList(Of AssemblyOption)

Property Value

Type: System.Collections.Generic.IList<AssemblyOption>

The collection of assembly options.

See Also

AssemblyStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top