Share via


AssemblyAlterOptions 列舉型別

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.

此列舉型別具有允許其成員值之位元組合的 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

成員

成員名稱 描述
None
NoChecks

備註

The AssemblyAlterOptions class is served by the Alter method.