Partager via


Énumération 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.

Cette énumération possède un attribut FlagsAttribute qui permet la combinaison d'opérations de bits de ses valeurs membres.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Syntaxe

'Déclaration
<FlagsAttribute> _
Public Enumeration AssemblyAlterOptions
'Utilisation
Dim instance As AssemblyAlterOptions
[FlagsAttribute]
public enum AssemblyAlterOptions
[FlagsAttribute]
public enum class AssemblyAlterOptions
[<FlagsAttribute>]
type AssemblyAlterOptions
public enum AssemblyAlterOptions

Membres

Nom de membre Description
NoChecks The assembly data will not be checked for consistency before or after the Alter operation.
None No alter options are specified.

Notes

The AssemblyAlterOptions class is served by the Alter method.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Smo