Expand Minimize
This topic has not yet been rated - Rate this topic

AssemblyAlterOptions Enumeration

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.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
[FlagsAttribute]
public enum AssemblyAlterOptions
Member nameDescription
None
NoChecks

The AssemblyAlterOptions class is served by the Alter method.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.