次の方法で共有


AssemblyAlterOptions 列挙体

AssemblyAlterOptions 列挙には、アセンブリを変更するときに追加オプションを指定するために使用する値が含まれます。これらの値はビット フラグ値であり、値を加算することによって組み合わせて指定することもできます。

この列挙体には、メンバー値のビットごとの組み合わせを可能にする 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

説明

AssemblyAlterOptions クラスは、Alter メソッドによって処理されます。