Partager via


Propriété AssemblyStatement.Options

Gets or sets the collection of assembly options.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Options As IList(Of AssemblyOption)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

AssemblyStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom