Compartir a través de


Clase AlterAssemblyStatement

Represents the ALTER ASSEMBLY statement.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
    Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement
      Microsoft.SqlServer.TransactSql.ScriptDom.AssemblyStatement
        Microsoft.SqlServer.TransactSql.ScriptDom.AlterAssemblyStatement

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

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class AlterAssemblyStatement _
    Inherits AssemblyStatement
'Uso
Dim instance As AlterAssemblyStatement
[SerializableAttribute]
public class AlterAssemblyStatement : AssemblyStatement
[SerializableAttribute]
public ref class AlterAssemblyStatement : public AssemblyStatement
[<SerializableAttribute>]
type AlterAssemblyStatement =  
    class 
        inherit AssemblyStatement 
    end
public class AlterAssemblyStatement extends AssemblyStatement

El tipo AlterAssemblyStatement expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público AlterAssemblyStatement Initializes a new instance of the AlterAssemblyStatement class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AddFiles Gets or sets the files specified in ADD FILE FROM clause.
Propiedad pública DropFiles Gets or sets the files specified in DROP FILE clause.
Propiedad pública FirstTokenIndex Gets or sets the first token index. (Se hereda de TSqlFragment.)
Propiedad pública FragmentLength Gets the fragment length. (Se hereda de TSqlFragment.)
Propiedad pública IsDropAll Gets or sets a value that indicates whether the DROP FILE ALL clause was specified.
Propiedad pública LastTokenIndex Gets or sets the last token index. (Se hereda de TSqlFragment.)
Propiedad pública Name Gets or sets the assembly name. (Se hereda de AssemblyStatement.)
Propiedad pública Options Gets or sets the collection of assembly options. (Se hereda de AssemblyStatement.)
Propiedad pública Parameters Gets a list of either the client assembly specifier or the assembly bits. (Se hereda de AssemblyStatement.)
Propiedad pública ScriptTokenStream Gets or sets a list of token streams. (Se hereda de TSqlFragment.)
Propiedad pública StartColumn Gets the starting column. (Se hereda de TSqlFragment.)
Propiedad pública StartLine Gets the starting line. (Se hereda de TSqlFragment.)
Propiedad pública StartOffset Gets the fragment start offset value. (Se hereda de TSqlFragment.)

Arriba

Métodos

  Nombre Descripción
Método público Accept Accepts a visit from the specified visitor. (Invalida TSqlFragment.Accept(TSqlFragmentVisitor).)
Método público AcceptChildren Accepts visit for the children from the specified visitor. (Invalida AssemblyStatement.AcceptChildren(TSqlFragmentVisitor).)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom