AssemblyAlterOptions Enumeration
The AssemblyAlterOptions enumeration contains values that are used to specify the addition options when altering an assembly. The values are bit flag values, and they may be combined by adding the values.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
Sintassi
'Dichiarazione
<FlagsAttribute> _
Public Enumeration AssemblyAlterOptions
[FlagsAttribute]
public enum AssemblyAlterOptions
[FlagsAttribute]
public enum class AssemblyAlterOptions
/** @attribute FlagsAttribute() */
public enum AssemblyAlterOptions
FlagsAttribute
public enum AssemblyAlterOptions
Members
Member name | Description |
---|---|
NoChecks | Value = 2. Information is still to come. |
None | Value = 0. No options are specified. |
Osservazioni
The AssemblyAlterOptions class is served by the Alter method.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.