共用方式為


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 命名空間