SqlAssembly Class
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
public sealed class SqlAssembly : ScriptNameObjectBase, IObjectPermission, IAlterable, IDroppable, IExtendedProperties, IScriptable
public final class SqlAssembly extends ScriptNameObjectBase implements IObjectPermission, IAlterable, IDroppable, IExtendedProperties, IScriptable
public final class SqlAssembly extends ScriptNameObjectBase implements IObjectPermission, IAlterable, IDroppable, IExtendedProperties, IScriptable
Microsoft SQL Server requires assemblies to be registered in a database before these can be used by stored procedures, user-defined functions, triggers, and user-defined data types. In SQL Server Management Objects (SMO), the SqlAssembly object provides programmatic access to the assembly.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
To get SqlAssembly object permissions, users can be a member of the public fixed server role.
To set SqlAssembly object permissions, users must have ALTER permission on the assembly.
To create an assembly, users must have CREATE ASSEMBLY permission on the database or be a member of the db_owner fixed database role.
To drop an assembly, users must have CONTROL permission on the assembly.
To grant, deny, or revoke permission to other users on the assembly, users must have CONTROL permission on the assembly.
