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.

此枚举具有可以使用其成员值位组合的 FlagsAttribute 属性。

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)

语法

声明
<FlagsAttribute> _
Public Enumeration AssemblyAlterOptions
用法
Dim instance As AssemblyAlterOptions
[FlagsAttribute]
public enum AssemblyAlterOptions
[FlagsAttribute]
public enum class AssemblyAlterOptions
[<FlagsAttribute>]
type AssemblyAlterOptions
public enum AssemblyAlterOptions

成员

成员名称 说明
NoChecks The assembly data will not be checked for consistency before or after the Alter operation.
None No alter options are specified.

注释

The AssemblyAlterOptions class is served by the Alter method.

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间