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.

命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

语法

声明
<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.

备注

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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

Microsoft.SqlServer.Management.Smo Namespace