Propriedade do RDL AssemblyStatement.Options
Gets or sets the collection of assembly options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Collections.Generic.IList<AssemblyOption>
The collection of assembly options.