DatabasePermissionSet.AlterAnyAssembly Property
SQL Server 2005
Gets or sets the Boolean property value that specifies whether to include the ALTER ANY ASSEMBLY permission in the permission set. This permission lets the grantee change the properties of any assembly in the database, except ownership.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
/** @property */ public boolean get_AlterAnyAssembly () /** @property */ public void set_AlterAnyAssembly (boolean value)
public function get AlterAnyAssembly () : boolean public function set AlterAnyAssembly (value : boolean)
Valor de propiedad
A Boolean value that specifies whether to include the ALTER ANY ASSEMBLY permission in the permission set. If True, the permission is included in the permission set. If False (default), the permission is excluded from the permission set.Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.