Compartir a través de


AssemblyStatement.Options Propiedad

Gets or sets the collection of assembly options.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public ReadOnly Property Options As IList(Of AssemblyOption)
    Get
'Uso
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>

Valor de la propiedad

Tipo: System.Collections.Generic.IList<AssemblyOption>
The collection of assembly options.

Vea también

Referencia

AssemblyStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom