Compartir a través de


Enumeración AssemblyAlterOptions

The AssemblyAlterOptions enumeration contains values that are used to specify the addition options when modifying an assembly. The values are bit flag values, and they can be combined by adding the values.

Esta enumeración tiene un atributo FlagsAttribute que permite una combinación bit a bit de los valores de sus miembros.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Sintaxis

'Declaración
<FlagsAttribute> _
Public Enumeration AssemblyAlterOptions
'Uso
Dim instance As AssemblyAlterOptions
[FlagsAttribute]
public enum AssemblyAlterOptions
[FlagsAttribute]
public enum class AssemblyAlterOptions
[<FlagsAttribute>]
type AssemblyAlterOptions
public enum AssemblyAlterOptions

Miembros

Nombre del miembro Descripción
NoChecks The assembly data will not be checked for consistency before or after the Alter operation.
None No alter options are specified.

Comentarios

The AssemblyAlterOptions class is served by the Alter method.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo