Enumerazione 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.

Questa enumerazione dispone di un attributo FlagsAttribute che consente una combinazione bit per bit dei relativi valori dei membri.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

Sintassi

'Dichiarazione
<FlagsAttribute> _
Public Enumeration AssemblyAlterOptions
'Utilizzo
Dim instance As AssemblyAlterOptions
[FlagsAttribute]
public enum AssemblyAlterOptions
[FlagsAttribute]
public enum class AssemblyAlterOptions
[<FlagsAttribute>]
type AssemblyAlterOptions
public enum AssemblyAlterOptions

Membri

Nome membro Descrizione
NoChecks The assembly data will not be checked for consistency before or after the Alter operation.
None No alter options are specified.

Osservazioni

The AssemblyAlterOptions class is served by the Alter method.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Smo