Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom