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.