AssemblyStatement.Options Property
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
'Declaration
Public ReadOnly Property Options As IList(Of AssemblyOption)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.IList<AssemblyOption>
The collection of assembly options.