Aracılığıyla paylaş


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.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

Syntax

'Bildirim
<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  
None  

Remarks

The AssemblyAlterOptions class is served by the Alter method.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.